summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-13 23:09:34 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-13 23:09:34 -0400
commite9a0f3764ec150f5816154bbb40a81ecf30dc429 (patch)
treee7fb7338fabc7c2b4a870cefd80e10317a30eb16
parent43007bd327c0b9e40930dd7689f2c3242e634549 (diff)
downloadcherrypy-e9a0f3764ec150f5816154bbb40a81ecf30dc429.tar.gz
Update changelog
-rw-r--r--CHANGES.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 76a59161..b6abc792 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,17 @@
-----
+3.6.0
+-----
+
+* Fixed HTTP range headers for negative length larger than content size.
+* Disabled universal wheel generation as wsgiserver has Python duality.
+* Pull Request #42: Correct TypeError in ``check_auth`` when encrypt is used.
+* Pull Request #59: Correct signature of HandlerWrapperTool.
+* Pull Request #60: Fix error in SessionAuth where login_screen was
+ incorrectly used.
+* Issue #1077: Support keyword-only arguments in dispatchers (Python 3).
+* Issue #1019: Allow logging host name in the access log.
+
+-----
3.5.0
-----