From c5d172481e1e95bf4c8811ec9d1b34f6792fa63a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 15 Dec 2010 15:50:21 -0500 Subject: - 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. Closes #68. --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 4e4b4f771..1e63e67e6 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. + 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