diff options
author | Michael Merickel <michael@merickel.org> | 2019-01-04 11:41:23 -0600 |
---|---|---|
committer | Michael Merickel <michael@merickel.org> | 2019-01-04 11:41:23 -0600 |
commit | 61942d2ed17e955750c08165a0bb01c041b37e7a (patch) | |
tree | c5ba6e98852801cfcef0a69823d934009c037d35 | |
parent | 36240c88b1c292d293de25fecaae1f1d0ad9cc22 (diff) | |
download | waitress-61942d2ed17e955750c08165a0bb01c041b37e7a.tar.gz |
add changelog for #228
-rw-r--r-- | CHANGES.txt | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f4d894e..d169095 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +unreleased +---------- + +- Modified ``clear_untrusted_proxy_headers`` to be usable without a + ``trusted_proxy``. + https://github.com/Pylons/waitress/pull/228 + +- Modified ``trusted_proxy_count`` to error when used without a + ``trusted_proxy``. + https://github.com/Pylons/waitress/pull/228 + 1.2.0b2 (2019-02-02) -------------------- @@ -6,8 +17,7 @@ Bugfixes - Fixed logic to no longer warn on writes where the output is required to have a body but there may not be any data to be written. Solves issue posted on - the Pylons Project mailling list with 1.2.0b1. - + the Pylons Project mailing list with 1.2.0b1. 1.2.0b1 (2018-12-31) -------------------- |