diff --git a/CHANGES b/CHANGES index 693593e54b..2a26c268e8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 2.10.6 (in development) + * Socket timeouts when connecting to a server are now properly raised + as TimeoutErrors. * 2.10.5 * Allow URL encoded parameters in Redis URLs. Characters like a "/" can now be URL encoded and redis-py will correctly decode them. Thanks