summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2019-05-28 16:17:34 -0700
committerAndy McCurdy <andy@andymccurdy.com>2019-05-28 16:18:42 -0700
commitb51bfd818ce36cc3ae8591b54c988fbb16eb336d (patch)
treef8183a9e0528b1a34c4e66f05bfce14181f97aca
parente5eaf56f0775f19594087aec9045e609414e20bf (diff)
downloadredis-py-b51bfd818ce36cc3ae8591b54c988fbb16eb336d.tar.gz
changelog
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b77fe3..99bdeb0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@
Thanks Roey Prat #1033
* Internal cleanup: Removed the legacy Token class which was necessary
with older version of Python that are no longer supported. #1066
+ * 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
* 3.2.1
* Fix SentinelConnectionPool to work in multiprocess/forked environments.
* 3.2.0