Skip to content

Commit

Permalink
Add changelog entry for pyOpenSSL change
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed May 1, 2020
1 parent 7d13b6f commit e47debf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------
Expand Down

0 comments on commit e47debf

Please sign in to comment.