diff options
| author | Michael Merickel <michael@merickel.org> | 2016-12-14 00:26:35 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-12-14 00:27:41 -0600 |
| commit | 50e8f0eb4d7a406b7041d0e01a2e1a15a0908ac0 (patch) | |
| tree | 7eb6395118a84210e4cdd49620745b9ba54225d3 /CHANGES.txt | |
| parent | 12a11daa6a29c36488f083ec7323ad1d91f11b8b (diff) | |
| download | pyramid-50e8f0eb4d7a406b7041d0e01a2e1a15a0908ac0.tar.gz pyramid-50e8f0eb4d7a406b7041d0e01a2e1a15a0908ac0.tar.bz2 pyramid-50e8f0eb4d7a406b7041d0e01a2e1a15a0908ac0.zip | |
changelog for #2853
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
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 --------- |
