summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2019-01-27 11:54:19 -0800
committerAndy McCurdy <andy@andymccurdy.com>2019-01-27 11:54:19 -0800
commitee5fe7e80d73b4637026c32c6760881b32a8234f (patch)
treeb7ab0733108d73dfa6cf70e1d9857d407c2e93ee
parentb940d073de4c13f8dfb08728965c6ac7c183c935 (diff)
downloadredis-py-ee5fe7e80d73b4637026c32c6760881b32a8234f.tar.gz
changelog
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5adcd4e..565ae0d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +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
* 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