From 802c3f69b29a4c3ba2af68f0265372dce08e5bcc Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 26 Jan 2016 17:00:55 -0600 Subject: update changelog for #2292 --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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) ================ -- cgit v1.2.3