diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-11 21:05:04 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-11 21:05:04 -0700 |
| commit | 4a6f532316421ef85caefc706e191d6977e71feb (patch) | |
| tree | 58833d5e99f83199cb732662cc1a11353ebf7579 /CHANGES.txt | |
| parent | cd7ca3187f2ab85d9b3e48ca2f1b592854c532e9 (diff) | |
| download | pyramid-4a6f532316421ef85caefc706e191d6977e71feb.tar.gz pyramid-4a6f532316421ef85caefc706e191d6977e71feb.tar.bz2 pyramid-4a6f532316421ef85caefc706e191d6977e71feb.zip | |
- ``config.add_view(<aninstancemethod>)`` raised AttributeError involving
``__text__``. See https://github.com/Pylons/pyramid/issues/461
Fixes #461.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8076bc35d..abdb3d80a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +Next release +============ + +Bug Fixes +--------- + +- ``config.add_view(<aninstancemethod>)`` raised AttributeError involving + ``__text__``. See https://github.com/Pylons/pyramid/issues/461 + 1.3b2 (2012-03-02) ================== |
