From ea79cbae09cf30f8fba0ba17ee53925299ff8371 Mon Sep 17 00:00:00 2001 From: Heron Rossi Date: Fri, 9 Mar 2018 09:23:43 -0300 Subject: Adding entry on CHANGES.txt --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 --------------------- -- cgit v1.2.3