summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAleksMat <matej.aleksandrov@sinergise.com>2020-05-09 20:37:24 +0200
committerAndy McCurdy <andy@andymccurdy.com>2020-05-09 13:58:28 -0700
commita7559fee257ad85aaaefad84d3566ef9bdda8a02 (patch)
tree78a71f6ee7215cc19056fd562d58c3e44d88c168 /CHANGES
parent252c840ea2ade01637b4ed7c834dd83b130041b4 (diff)
downloadredis-py-a7559fee257ad85aaaefad84d3566ef9bdda8a02.tar.gz
Fix for HSET argument validation to allow any non-None key
Fixes #1337 Fixes #1341
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b926270..8acb467 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* 3.5.1 (May 9, 2020)
+ * Fix for HSET argument validation to allow any non-None key. Thanks
+ @AleksMat, #1337, #1341
* 3.5.0 (April 29, 2020)
* Removed exception trapping from __del__ methods. redis-py objects that
hold various resources implement __del__ cleanup methods to release