mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Add changelog entry for pyOpenSSL change
This commit is contained in:
committed by
Nate Prewitt
parent
db47b9b4a0
commit
251f73f65d
+7
-2
@@ -4,9 +4,14 @@ Release History
|
||||
dev
|
||||
---
|
||||
|
||||
**Bugfixes**
|
||||
**Improvements**
|
||||
|
||||
- pyOpenSSL TLS implementation is now only used if Python
|
||||
either doesn't have an `ssl` module or doesn't support
|
||||
SNI. Previously pyOpenSSL was unconditionally used if available.
|
||||
This applies even if pyOpenSSL is installed via the
|
||||
`requests[security]` extra (#5443)
|
||||
|
||||
- \[Short description of non-trivial change.\]
|
||||
|
||||
2.23.0 (2020-02-19)
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user