From c7c0f9db761d741107f89bad01c486e455e3cb37 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Tue, 3 Jul 2018 13:00:31 -0700 Subject: [PATCH] Update changelog --- docs/source/news.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/news.rst b/docs/source/news.rst index 3267047e..be9e8fc7 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -5,6 +5,12 @@ Changelog 19.x / not released =================== +- fix: address a regression that prevented syslog support from working + (:issue:`1668`, :pr:`1773`) +- fix: correctly set `REMOTE_ADDR` on versions of Python 3 affected by + `Python Issue 30205 `_ + (:issue:`1755`, :pr:`1796`) +- fix: show zero response length correctly in access log (:pr:`1787`) - fix: prevent raising :exc:`AttributeError` when ``--reload`` is not passed in case of a :exc:`SyntaxError` raised from the WSGI application. (:issue:`1805`, :pr:`1806`)