From 54337cc068c53c53927d540dcaa388adcfc120f2 Mon Sep 17 00:00:00 2001 From: roblabla Date: Sun, 20 Sep 2015 01:05:32 +0200 Subject: [PATCH] HISTORY.md update --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 636ae55..0f16b4e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,6 +11,11 @@ The old behavior was confusing, error-prone and undocumented ! * Add keepAlive option to createServer, in order to optionally disable it. * Lots of low-level changes to allow minecraft-data to be more generic. + * NMP code is able to work with both 1.8 and 1.9 data with the same code, + opening a path for cross-versioning. + * The packet events now take two parameters : `function (packetData, packetMetadata)` + * `packetMetadata` contains the packet name, id and state (more may be added later) + * `packetData` contains the actual data content ## 0.14.0