diff --git a/changelog.md b/changelog.md index b61a96e..dc22e52 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## v.2.4.0 - xx Jan, 2017 +## v.2.4.0 - 25 Jan, 2017 Features @@ -6,6 +6,7 @@ Features - Added `setReturnBuffers` function to reset the returnBuffers option (Only for the JSParser) - Added `setStringNumbers` function to reset the stringNumbers option (Only for the JSParser) - All Errors are now of sub classes of the new `RedisError` class. It is also exported. +- Improved bulk string chunked data handling performance Bugfixes diff --git a/package.json b/package.json index c637f92..ef467a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-parser", - "version": "2.3.0", + "version": "2.4.0", "description": "Javascript Redis protocol (RESP) parser", "main": "index.js", "scripts": {