summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-07-21 11:05:54 -0700
committerAndy McCurdy <andy@andymccurdy.com>2014-07-21 11:05:54 -0700
commite0de592e9f923171f25117501eb52dbb595da995 (patch)
treefb64ea3da651a8a1f9ffd1baf2a8a298bcf69eba
parent4ccc1241ac2448c6c5a9b31bbfa9cbf3dd438ffe (diff)
downloadredis-py-e0de592e9f923171f25117501eb52dbb595da995.tar.gz
changelog
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 27ff773..d68f386 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
* 2.10.2 (in development)
+ * Added support for Hiredis's new bytearray support. Thanks
+ https://github.com/tzickel
* POSSIBLE BACKWARDS INCOMPATBLE CHANGE: Fixed a possible race condition
when multiple threads share the same Lock instance with a timeout. Lock
tokens are now stored in thread local storage by default. If you have