summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.