summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4e4b4f771..62daf79b1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,15 @@
Next release
============
+Bug Fixes
+---------
+
+- 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 view callables decorated with
+ ``view_config`` decorators. This has been fixed.
1.0a5 (2010-12-14)
==================