diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-06 04:24:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-06 04:24:04 -0800 |
| commit | 7ab666e3e2539662ff3324a4bdedbca3c8f8040a (patch) | |
| tree | b34855b833113681b8ce7ba1001d1a2a8a089775 /CHANGES.txt | |
| parent | fedfacf0bd1cbefbe922618d4df93917465f1307 (diff) | |
| parent | 0705eeaa820b32a4c3f2a05df21e99077586cf5e (diff) | |
| download | pyramid-7ab666e3e2539662ff3324a4bdedbca3c8f8040a.tar.gz pyramid-7ab666e3e2539662ff3324a4bdedbca3c8f8040a.tar.bz2 pyramid-7ab666e3e2539662ff3324a4bdedbca3c8f8040a.zip | |
Merge pull request #2847 from mfrlin/issue-2656
Changed 'host' and 'port' configuration to a new 'listen' style that …
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 65a1f15cd..1c5f1a00e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -119,6 +119,9 @@ Features See https://github.com/Pylons/pyramid/pull/2805 +- Scaffolds, documentation and tutorials now use ``listen`` option instead + of ``host`` and ``port`` to configure Waitress server. + Bug Fixes --------- |
