diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-15 15:54:28 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-15 15:54:28 -0500 |
| commit | 7cfd68808663ab68ddd5d8498df0f1d2097552f0 (patch) | |
| tree | 10d763a7c8768376847651814c168c133b4efb38 | |
| parent | c5d172481e1e95bf4c8811ec9d1b34f6792fa63a (diff) | |
| download | pyramid-7cfd68808663ab68ddd5d8498df0f1d2097552f0.tar.gz pyramid-7cfd68808663ab68ddd5d8498df0f1d2097552f0.tar.bz2 pyramid-7cfd68808663ab68ddd5d8498df0f1d2097552f0.zip | |
more specificity
| -rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1e63e67e6..7ed4af632 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,11 +4,12 @@ Next release Bug Fixes --------- -- 1.0a5 introduced a bug when ``pyramid.config.Configurator.scan`` was used. - 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. +- 1.0a5 introduced a bug when ``pyramid.config.Configurator.scan`` was used + 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. 1.0a5 (2010-12-14) |
