File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Release History
44dev
55---
66
7+ - \[ Short description of non-trivial change.\]
8+
9+ 2.24.0 (2020-06-17)
10+ -------------------
11+
712** Improvements**
813
914- pyOpenSSL TLS implementation is now only used if Python
1217 This applies even if pyOpenSSL is installed via the
1318 ` requests[security] ` extra (#5443 )
1419
20+ - Redirect resolution should now only occur when
21+ ` allow_redirects ` is True. (#5492 )
22+
23+ - No longer perform unnecessary Content-Length calculation for
24+ requests that won't use it. (#5496 )
1525
16262.23.0 (2020-02-19)
1727-------------------
Original file line number Diff line number Diff line change 55__title__ = 'requests'
66__description__ = 'Python HTTP for Humans.'
77__url__ = 'https://requests.readthedocs.io'
8- __version__ = '2.23 .0'
9- __build__ = 0x022300
8+ __version__ = '2.24 .0'
9+ __build__ = 0x022400
1010__author__ = 'Kenneth Reitz'
1111__author_email__ = 'me@kennethreitz.org'
1212__license__ = 'Apache 2.0'
You can’t perform that action at this time.
0 commit comments