diff options
| author | Michael Merickel <michael@merickel.org> | 2016-01-26 17:00:55 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-01-26 17:00:55 -0600 |
| commit | 802c3f69b29a4c3ba2af68f0265372dce08e5bcc (patch) | |
| tree | 960ea14e0f5cbe1db1799c41b70c32df0470bb12 /CHANGES.txt | |
| parent | 80659b288fb223884f26f75a4f1786305e86d4b6 (diff) | |
| download | pyramid-802c3f69b29a4c3ba2af68f0265372dce08e5bcc.tar.gz pyramid-802c3f69b29a4c3ba2af68f0265372dce08e5bcc.tar.bz2 pyramid-802c3f69b29a4c3ba2af68f0265372dce08e5bcc.zip | |
update changelog for #2292
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d31e471f5..ffa5f51e0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,12 @@ unreleased - Dropped Python 3.2 support. See https://github.com/Pylons/pyramid/pull/2256 +- Fix ``pserve --browser`` to use the ``--server-name`` instead of the + app name when selecting a section to use. This was only working for people + who had server and app sections with the same name, for example + ``[app:main]`` and ``[server:main]``. + See https://github.com/Pylons/pyramid/pull/2292 + 1.6 (2015-04-14) ================ |
