summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeron Rossi <heron.rossi@hotmail.com>2018-03-09 09:23:43 -0300
committerHeron Rossi <heron.rossi@hotmail.com>2018-03-09 09:23:43 -0300
commitea79cbae09cf30f8fba0ba17ee53925299ff8371 (patch)
tree5296c1b74fea1cb6c779d6f59e5f6f6d3722e89b
parent305dc46966a43b1b05e63653849047d6bfa5b55e (diff)
downloadpyramid-ea79cbae09cf30f8fba0ba17ee53925299ff8371.tar.gz
pyramid-ea79cbae09cf30f8fba0ba17ee53925299ff8371.tar.bz2
pyramid-ea79cbae09cf30f8fba0ba17ee53925299ff8371.zip
Adding entry on CHANGES.txt
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 482610319..592315827 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,10 @@ Features
instead of ``pyramid.util.Request``.
See https://github.com/Pylons/pyramid/pull/3129
+- Added a fallback ``try/except`` block on ``pyramid/scripts/pserve.cherrypy_server_runner``
+ due to module/import changes on CherryPy 9+
+ See https://github.com/Pylons/pyramid/pull/3235
+
Bug Fixes
---------
@@ -35,6 +39,9 @@ Backward Incompatibilities
depending on it directly within your project.
See https://github.com/Pylons/pyramid/pull/3140
+- On CherryPy 9+ all functionality from ``cherrypy.wsgiserver`` was moved to ``cheroot``.
+ See https://github.com/Pylons/pyramid/issues/3195
+
Documentation Changes
---------------------