diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-15 18:58:45 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-15 18:58:45 -0400 |
| commit | 07cb8f0e112642a6a40127232ddc06125a73750e (patch) | |
| tree | 391ba1380418aaed349f881588070cb745cf8faf /CHANGES.txt | |
| parent | 684fd22755f5ffd98b5629c63bc07a23c2edaf4a (diff) | |
| download | pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.tar.gz pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.tar.bz2 pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.zip | |
add pyramid.decorator.reify as an API. Closes #682
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 47f51575c..94c331cef 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -160,6 +160,9 @@ Features - ``request.context`` of environment request during ``bootstrap`` is now the root object if a context isn't already set on a provided request. +- The ``pyramid.decorator.reify`` function is now an API, and was added to + the API documentation. + Deprecations ------------ @@ -250,7 +253,9 @@ Documentation ------------- - Added an "Upgrading Pyramid" chapter to the narrative documentation. It - describes how to cope with deprecations and removals of Pyramid APIs. + describes how to cope with deprecations and removals of Pyramid APIs and + how to show Pyramid-generated deprecation warnings while running tests and + while running a server. Dependencies ------------ |
