diff options
| author | John Anderson <sontek@gmail.com> | 2015-01-01 22:23:06 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2015-01-01 22:23:06 -0800 |
| commit | 149ea94f24479889554b863c40fe72912f7203a8 (patch) | |
| tree | 3310263fe0f370dee5e2f9b8a84761558565398c /CHANGES.txt | |
| parent | 35d64fd7ff6e1caf7cf43e94039c2748fd86dfbe (diff) | |
| download | pyramid-149ea94f24479889554b863c40fe72912f7203a8.tar.gz pyramid-149ea94f24479889554b863c40fe72912f7203a8.tar.bz2 pyramid-149ea94f24479889554b863c40fe72912f7203a8.zip | |
Updated the CHANGES to discuss these improvments.
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 129ce4616..2e2637ef1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -64,6 +64,12 @@ Features a factory that will return a custom ``Response`` class. See https://github.com/Pylons/pyramid/pull/1499 +- Overally 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 --------- |
