diff options
| -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) |
