diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2013-09-24 11:31:13 -0700 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2013-09-24 11:31:13 -0700 |
| commit | 58eacfa1adf1639125694cfbeed220d711f3e7c5 (patch) | |
| tree | f0e4e4cb41909cb2d20a75e8f347693555c0d430 | |
| parent | 62925fb668597e8e7a24e97aa25af1c4cf786872 (diff) | |
| parent | 53ba629a232ae969ed68de2432c215dc73d6874f (diff) | |
| download | python-requests-58eacfa1adf1639125694cfbeed220d711f3e7c5.tar.gz | |
Merge pull request #1619 from Lukasa/master
Up to date CL.
| -rw-r--r-- | HISTORY.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index f968aeaa..0a0f647b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -35,10 +35,14 @@ History - Vastly improved proxy support, including the CONNECT verb. Special thanks to the many contributors who worked towards this improvement. +- Cookies are now properly managed when 401 authentication responses are + received. - Chunked encoding fixes. - Support for mixed case schemes. +- Better handling of streaming downloads. - Retrieve environment proxies from more locations. - Minor cookies fixes. +- Imroved redirect behaviour. - Improved streaming behaviour, particularly for compressed data. - Miscellaneous small Python 3 text encoding bugs. - ``.netrc`` no longer overrides explicit auth. |
