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

Updating changelog.md for 0.9.1

This commit is contained in:
Bryce Baril
2013-11-23 11:48:28 -08:00
parent 0d2f3b37df
commit e9cd46a223

View File

@@ -1,6 +1,11 @@
Changelog
=========
## v0.9.1 - November 23, 2013
* Allow hmset to accept numeric keys. (Alex Stokes)
* Fix TypeError for multiple MULTI/EXEC errors. (Kwangsu Kim)
## v0.9.0 - October 17, 2013
* Domains support. (Forrest L Norvell)