summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-01-22 15:53:04 -0600
committerMichael Merickel <michael@merickel.org>2015-01-22 15:53:04 -0600
commitf5a78b1f3e21de2f77dff11d7c28a9c214e8fb28 (patch)
tree257c992f05e38c9c13253ef97444a22d496d2ab1 /CHANGES.txt
parent11c6a51ad35da3e57a6434e16b94e66ccd109817 (diff)
parentb8ba0f1ed25b118aeb05accb23d872b3a72dc548 (diff)
downloadpyramid-f5a78b1f3e21de2f77dff11d7c28a9c214e8fb28.tar.gz
pyramid-f5a78b1f3e21de2f77dff11d7c28a9c214e8fb28.tar.bz2
pyramid-f5a78b1f3e21de2f77dff11d7c28a9c214e8fb28.zip
Merge pull request #1488 from sontek/support_more_features_in_routes
Make Proutes *AMAZING*: Fix checks for @wsgiapp2, MultiView, and add request method
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0a28dc248..b1bd36904 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -71,6 +71,12 @@ Features
- ``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``
+ output by showing the module instead of just ``__repr__``.
+ See https://github.com/Pylons/pyramid/pull/1488
+
Bug Fixes
---------