1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Update changelog for 0.10.1

This commit is contained in:
Bryce Baril
2014-02-17 17:53:31 -08:00
parent 0367a64bff
commit 15294e7856

View File

@@ -1,6 +1,10 @@
Changelog
=========
## v0.10.1 - February 17, 2014
* Skip plucking redis version from the INFO stream if INFO results weren't provided. (Robert Sköld)
## v0.10.0 - December 21, 2013
* Instead of throwing errors asynchronously, emit errors on client. (Bryce Baril)