summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJason Joy Atsu Winmorre <78548837+winmorre@users.noreply.github.com>2022-12-25 13:28:53 +0000
committerGitHub <noreply@github.com>2022-12-25 15:28:53 +0200
commit55298e49caa5d76a7371568d2773e8e245b388a1 (patch)
tree4e06245e3169272605d9c1193c2458575e702153 /CHANGES
parent1000a2b3c04570e6d011a6dcad2ec5299ff00563 (diff)
downloadredis-py-55298e49caa5d76a7371568d2773e8e245b388a1.tar.gz
Fix for Unhandled exception related to self.host with unix socket (#2520)
* Fix for Unhandled exception related to self.host with unix socket * Added change to the CHANGES file * fix linter error * Reformatted connection.py file
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 72b896b..228910f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,6 +31,7 @@
* Enable Lock for asyncio cluster mode
* Fix Sentinel.execute_command doesn't execute across the entire sentinel cluster bug (#2458)
* Added a replacement for the default cluster node in the event of failure (#2463)
+ * Fix for Unhandled exception related to self.host with unix socket (#2496)
* 4.1.3 (Feb 8, 2022)
* Fix flushdb and flushall (#1926)