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

Update changelog for version 0.9.0

This commit is contained in:
Bryce Baril
2013-10-17 11:54:14 -07:00
parent 2e8c6dae85
commit dcad0a2da2

View File

@@ -1,6 +1,10 @@
Changelog
=========
## v0.9.0 - October 17, 2013
* Domains support. (Forrest L Norvell)
## v0.8.6 - October 2, 2013
* If error is already an Error, don't wrap it in another Error. (Mathieu M-Gosselin)