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

Add changelog entry

This commit is contained in:
Ruben Bridgewater
2017-03-11 14:36:14 -03:00
parent 7effa210a9
commit 974742e71c

View File

@@ -1,6 +1,17 @@
Changelog
=========
## v.2.7.0 - xx Mar, 2017
Features
- All returned errors are from now a subclass of `RedisError`.
Bugfixes
- Fixed rename_commands not accepting `null` as value
- Fixed `AbortError`s and `AggregateError`s not showing the error message in the stack trace
## v.2.6.5 - 15 Jan, 2017
Bugfixes