summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2019-05-29 15:48:14 -0700
committerAndy McCurdy <andy@andymccurdy.com>2019-05-29 15:48:14 -0700
commit64cf721a63ca7a9a94c0d92d8206f8f1f6900afc (patch)
tree5ac7209e6778cd1c5cc4af0da1accd3341309779
parent0eac02d209932742cfb0dfc667e5e9707bfedd46 (diff)
downloadredis-py-64cf721a63ca7a9a94c0d92d8206f8f1f6900afc.tar.gz
changelog
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 99bdeb0..eaabe40 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@
* Response callbacks are now case insensitive. This allows users that
call Redis.execute_command() directly to pass lower-case command
names and still get reasonable respones. #1168
+ * Added support for hiredis-py 1.0.0 encoding error support. This should
+ make the PythonParser and the HiredisParser behave identically
+ when encountering encoding errors. Thanks Brian Candler. #1161/#1162
* 3.2.1
* Fix SentinelConnectionPool to work in multiprocess/forked environments.
* 3.2.0