diff --git a/HISTORY.rst b/HISTORY.rst index 0d0d216d..4e7903dd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -49,6 +49,8 @@ Release History **Behavioral Changes** - ``Connection: keep-alive`` header is now sent automatically. +- Read timeout errors will no longer be retried when you create a Session with + ``max_retries`` greater than zero. **Improvements**