diff --git a/CHANGES.txt b/CHANGES.txt index 8c50e4d630..575038f0a7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -39,9 +39,6 @@ Backward Incompatibilities (e.g. ``request.registry.settings.foo``). This was deprecated in Pyramid 1.2. See https://github.com/Pylons/pyramid/pull/2823 -- Scaffolds, documentation and tutorials now use ``listen`` option instead - of ``host`` and ``port`` to configure Waitress server. - Features -------- @@ -132,6 +129,10 @@ Features a response. See https://github.com/Pylons/pyramid/pull/2863 +- Update starter, alchemy and zodb scaffolds to support IPv6 by using the + new ``listen`` directives in waitress. + See https://github.com/Pylons/pyramid/pull/2853 + Bug Fixes ---------