summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2019-04-19 00:10:19 -0700
committerAndy McCurdy <andy@andymccurdy.com>2019-04-19 00:10:19 -0700
commit01300521a116893db4f4fab33c518ebbd3a801d5 (patch)
tree948afd3b0dc11558b63efe7dde8d3b1241a7f3ee
parent29879bb670eacf95893f77ade61b1a2971e9064d (diff)
downloadredis-py-01300521a116893db4f4fab33c518ebbd3a801d5.tar.gz
changelog
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c10c87c..a3d98f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
* 3.2.2 (in development)
+ * Resolve a race condition with the PubSubWorkerThread. #1150
+ * Cleanup socket read error messages. Thanks Vic Yu. #1159
* Cleanup the Connection's selector correctly. Thanks Bruce Merry. #1153
* 3.2.1
* Fix SentinelConnectionPool to work in multiprocess/forked environments.