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

update changelog

This commit is contained in:
Bryce Baril
2014-05-18 15:30:59 -07:00
parent 7fb4bc72ab
commit ead286f549

View File

@@ -1,6 +1,11 @@
Changelog
=========
## v0.10.2 - May 18, 2014
* Fix test not resetting `error` handler. (CrypticSwarm)
* Fix SELECT error semantics. (Bryan English)
## v0.10.1 - February 17, 2014
* Skip plucking redis version from the INFO stream if INFO results weren't provided. (Robert Sköld)