summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8c50e4d63..575038f0a 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
---------