diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-10 00:34:13 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-10 00:34:13 -0400 |
| commit | 1e88dbb96c895f2978fb440221bec367d7ecdb0a (patch) | |
| tree | 5006a4ec40466f7cb0077ff3d7b6042eb5562a23 | |
| parent | 5e1dab4a765e4753f53f56456070e938e55c620d (diff) | |
| download | pyramid-1e88dbb96c895f2978fb440221bec367d7ecdb0a.tar.gz pyramid-1e88dbb96c895f2978fb440221bec367d7ecdb0a.tar.bz2 pyramid-1e88dbb96c895f2978fb440221bec367d7ecdb0a.zip | |
add note about NO_PERMISSION_REQUIRED
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b6f33715e..87b8ca53f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,12 @@ Next release Features -------- +- Added a ``pyramid.security.NO_PERMISSION_REQUIRED`` constant for use in + ``permission=`` statements to view configuration. This constant has a + value of the string ``__no_permission_required__``. This string value was + previously referred to in documentation; now the documentation uses the + constant. + - Added a decorator-based way to configure a response adapter: ``pyramid.response.response_adapter``. This decorator has the same use as ``pyramid.config.Configurator.add_response_adapter`` but it's declarative. |
