From f7751bff2d935427a9ec653bb682379b1f3d8dce Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 20 Jun 2017 12:58:53 +0300 Subject: [PATCH] Add what happened in v5.6.0 to changelog --- CHANGES.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ae0047f123..1061f5df86 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,22 @@ +v5.6.0 +====== + +- Fix all PEP 257 related errors in all non-test modules. + + ``cheroot/test/*`` folder is only one left allowed to fail with this linter. + +- #30: Optimize chunked body reader loop by returning empty data is the size is 0. + + Ref: cherrypy/cherrypy#1602 + +- Reset buffer if the body size is unknown + + Ref: cherrypy/cherrypy#1486 + +- Add missing size hint to SizeCheckWrapper + + Ref: cherrypy/cherrypy#1131 + v5.5.2 ======