Skip to content

Commit

Permalink
Add what happened in v5.6.0 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 20, 2017
1 parent 16c4654 commit f7751bf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
======

Expand Down

0 comments on commit f7751bf

Please sign in to comment.