summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-01-20 18:34:27 -0800
committerJohn Anderson <sontek@gmail.com>2015-01-20 18:34:27 -0800
commit8724ab8301c9d5808d781bab0af1df56909c9236 (patch)
tree34fa963e424bae500e6bc010a7d2012c3d9bc89d /CHANGES.txt
parentae7bcd7cabc53e0b500c6a79f30606e67217ad1d (diff)
parent6c867a84ed7d7a1307811fba0cf1e1575b9dbefb (diff)
downloadpyramid-8724ab8301c9d5808d781bab0af1df56909c9236.tar.gz
pyramid-8724ab8301c9d5808d781bab0af1df56909c9236.tar.bz2
pyramid-8724ab8301c9d5808d781bab0af1df56909c9236.zip
Merge branch 'master' of https://github.com/Pylons/pyramid into support_more_features_in_routes
Conflicts: CHANGES.txt
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0381c1820..b1bd36904 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -68,6 +68,9 @@ Features
possible to return bytes or unicode.
See https://github.com/Pylons/pyramid/pull/1417
+- ``pserve`` can now take a ``-b`` or ``--browser`` option to open the server
+ URL in a web browser. See https://github.com/Pylons/pyramid/pull/1533
+
- Overall improvments for the ``proutes`` command. Added ``--format`` and
``--glob`` arguments to the command, introduced the ``method``
column for displaying available request methods, and improved the ``view``