Update changelog with WSGITransport SERVER_PROTOCOL fix (#2711)

This commit is contained in:
Peter Lazorchak 2023-05-19 10:18:00 -07:00 committed by GitHub
parent abb994c0c2
commit f9abbbbb48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Fixed
* Ensure all WSGITransport environs have a SERVER_PROTOCOL. (#2708)
## 0.24.1 (17th May, 2023)
### Added