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-07-10 22:03:28 -07:00
parent 1d27976d6c
commit e00fbb4a45

View File

@@ -1,6 +1,10 @@
Changelog
=========
## v0.11.0 - Jul 10, 2014
* IPv6 Support. (Yann Stephan)
* Revert error emitting and go back to throwing errors. (Bryce Baril)
* Set socket_keepalive to prevent long-lived client timeouts. (mohit)
* Correctly reset retry timer. (ouotuo)
* Domains protection from bad user exit. (Jake Verbaten)