diff --git a/CHANGES b/CHANGES index f954a07777..b7e238ebb3 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,7 @@ * Remove verbose logging when initializing ClusterPubSub, ClusterPipeline or RedisCluster * Fix broken connection writer lock-up for asyncio (#2065) * Fix auth bug when provided with no username (#2086) + * Fix missing ClusterPipeline._lock (#2189) * 4.1.3 (Feb 8, 2022) * Fix flushdb and flushall (#1926)