mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Add missing entries in changelog of README
This commit is contained in:
parent
6d2bd31242
commit
502f8947f3
1 changed files with 3 additions and 0 deletions
|
@ -381,6 +381,9 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
|||
|
||||
* Updated protocol version to support 1.8.1 (thanks [wtfaremyinitials](https://github.com/wtfaremyinitials))
|
||||
* Lots of changes in how some formats are handled.
|
||||
* Crypto now defaults to a pure-js library if URSA is missing, making the lib easier to use on windows.
|
||||
* Fix a bug in yggdrasil handling of sessions, making reloading a session impossible (thanks [Frase](https://github.com/mrfrase3))
|
||||
* Set noDelay on the TCP streams, making the bot a lot less laggy.
|
||||
|
||||
### 0.12.3
|
||||
|
||||
|
|
Loading…
Reference in a new issue