Chris McDonough
2010-12-15 7cfd68808663ab68ddd5d8498df0f1d2097552f0
more specificity
1 files modified
11 ■■■■ changed files
CHANGES.txt 11 ●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -4,11 +4,12 @@
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)