summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2019-01-27 12:15:20 -0800
committerAndy McCurdy <andy@andymccurdy.com>2019-01-27 12:15:20 -0800
commit04ddd34ec55a659b5bb8c1ac8c47899781b90a6d (patch)
treee2f22228468576a51f1b66d0d70ab0f8563e0b25 /CHANGES
parentee5fe7e80d73b4637026c32c6760881b32a8234f (diff)
downloadredis-py-04ddd34ec55a659b5bb8c1ac8c47899781b90a6d.tar.gz
the fix to TimeoutErrors had a side affect on test teardowns
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 565ae0d..9b0f51c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
* 3.1.0 (in development)
- * Fixed an issue with retry_on_timeout logic that caused some TimedOut
- errors to be retried. Thanks Aaron Yang. #1022/#1023
+ * Fixed an issue with retry_on_timeout logic that caused some TimeoutErrors
+ to be retried. Thanks Aaron Yang. #1022/#1023
* Added support for SNI for SSL. Thanks @oridistor and Roey Prat. #1087
* Fixed ConnectionPool repr for pools with no connections. Thanks
Cody Scott. #1043/#995