From 7cfd68808663ab68ddd5d8498df0f1d2097552f0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 15 Dec 2010 15:54:28 -0500 Subject: more specificity --- CHANGES.txt | 11 ++++++----- 1 file 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) -- cgit v1.2.3