diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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) ================== |
