From: Peter Lazorchak Date: Fri, 19 May 2023 17:18:00 +0000 (-0700) Subject: Update changelog with WSGITransport SERVER_PROTOCOL fix (#2711) X-Git-Tag: 0.25.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9abbbbb4898cac96420e5c5b9d34036a94d46bf;p=thirdparty%2Fhttpx.git Update changelog with WSGITransport SERVER_PROTOCOL fix (#2711) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 59ea026a..71f5b02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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