summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2020-06-29 14:46:46 -0700
committerAndy McCurdy <andy@andymccurdy.com>2020-06-29 14:46:46 -0700
commita67a47d5c3f4cd22b4a9658aa4b182593906ec39 (patch)
tree21075a43c1dbc86b8eee22fc3a8037af0b502170 /CHANGES
parent4dca0db0092d260c228f4d25e588faebc7927f8f (diff)
downloadredis-py-a67a47d5c3f4cd22b4a9658aa4b182593906ec39.tar.gz
changelog
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 98f3f73..e20ef3b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-* (in development)
+* 3.5.3 (June 1, 2020)
* Restore try/except clauses to __del__ methods. These will be removed
in 4.0 when more explicit resource management if enforced. #1339
* Update the master_address when Sentinels promote a new master. #847