diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-15 16:19:52 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-15 16:19:52 -0500 |
| commit | 43d0756a51b80990da6b164a9075e5d67ff42d99 (patch) | |
| tree | a4413dacd7bb79be3034d8991f450967c2a689c4 /CHANGES.txt | |
| parent | 7cfd68808663ab68ddd5d8498df0f1d2097552f0 (diff) | |
| download | pyramid-43d0756a51b80990da6b164a9075e5d67ff42d99.tar.gz pyramid-43d0756a51b80990da6b164a9075e5d67ff42d99.tar.bz2 pyramid-43d0756a51b80990da6b164a9075e5d67ff42d99.zip | |
gardening
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7ed4af632..62daf79b1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,9 +8,8 @@ Bug Fixes without a ``package`` argument (e.g. ``config.scan()`` as opposed to ``config.scan('packagename')``. The symptoms were: lots of deprecation warnings printed to the console about imports of deprecated Pyramid - functions and classes and non-detection of views decorated with - ``view_config`` decorators. This has now been fixed. - + functions and classes and non-detection of view callables decorated with + ``view_config`` decorators. This has been fixed. 1.0a5 (2010-12-14) ================== |
