summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2678218..4afc7ba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,8 @@
* Fix broken connection writer lock-up for asyncio (#2065)
* Fix auth bug when provided with no username (#2086)
* Fix missing ClusterPipeline._lock (#2189)
+ * Fix reusing the old nodes' connections when cluster topology refresh is being done
+ * Fix RedisCluster to immediately raise AuthenticationError without a retry
* 4.1.3 (Feb 8, 2022)
* Fix flushdb and flushall (#1926)