diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-30 04:33:42 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-30 04:33:42 -0400 |
| commit | ef6f6b8ce83288678db81cf528fbeb03db0b650e (patch) | |
| tree | 8ca92d381874e5c779e5d00d71743bb716b6a904 /CHANGES.txt | |
| parent | d8c76559cf0d8775aa2c46d62b94100528fb8a7f (diff) | |
| download | pyramid-ef6f6b8ce83288678db81cf528fbeb03db0b650e.tar.gz pyramid-ef6f6b8ce83288678db81cf528fbeb03db0b650e.tar.bz2 pyramid-ef6f6b8ce83288678db81cf528fbeb03db0b650e.zip | |
note prefixes
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5ca9e9379..1f6da0d8b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -76,6 +76,16 @@ Features normal logging channels. The logger name of the debug logger will be the package name of the *caller* of the Configurator's constructor. +Deprecations +------------ + +- All Pyramid-related deployment settings (e.g. ``debug_all``, + ``debug_notfound``) are now meant to be prefixed with the prefix + ``pyramid.``. For example: ``debug_all`` -> ``pyramid.debug_all``. The + old non-prefixed settings will continue to work indefinitely but supplying + them may print a deprecation warning. All scaffolds and tutorials have + been changed to use prefixed settings. + Backwards Incompatibilities --------------------------- |
