diff options
| author | Rob Miller <rob@mochimedia.com> | 2010-12-28 21:53:50 -0800 |
|---|---|---|
| committer | Rob Miller <rob@mochimedia.com> | 2010-12-28 21:53:50 -0800 |
| commit | bae647592ee4913ed7e52409c89815c3ebb37ef7 (patch) | |
| tree | c8111d1a98639aff1645d5e12b27ed48353e6123 | |
| parent | de68d6666305192c6d0ffc8263f7486446a83f73 (diff) | |
| download | pyramid-bae647592ee4913ed7e52409c89815c3ebb37ef7.tar.gz pyramid-bae647592ee4913ed7e52409c89815c3ebb37ef7.tar.bz2 pyramid-bae647592ee4913ed7e52409c89815c3ebb37ef7.zip | |
Recorded description of last change and added self to contributors list.
| -rw-r--r-- | CHANGES.txt | 9 | ||||
| -rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ebf3bf4e2..01f4adf5b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +1.0a9 (unreleased) + +Features +-------- + +- config.add_view now accepts a 'decorator' keyword argument, a + callable which will decorate the view callable before it is added to + the registry + 1.0a8 (2010-12-27) ================== diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index b48e769a1..443503914 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -117,3 +117,4 @@ Contributors - Casey Duncan, 2010/12/27 +- Rob Miller, 2010/12/28 |
