From 974742e71c46e02478aee2b832a4bf779f42048d Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sat, 11 Mar 2017 14:36:14 -0300 Subject: [PATCH] Add changelog entry --- changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.md b/changelog.md index ee7b4c9d23..3c7fddd0f2 100644 --- a/changelog.md +++ b/changelog.md @@ -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