From 64cf721a63ca7a9a94c0d92d8206f8f1f6900afc Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Wed, 29 May 2019 15:48:14 -0700 Subject: changelog --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1