diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-15 03:01:51 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-15 03:01:51 -0400 |
| commit | 1a42bd45ad6dd066078d6d4997d33208b1bd0c63 (patch) | |
| tree | a6b647e692576e4131f0dd883343233e4d1e033b /CHANGES.txt | |
| parent | b2533554bb8816d412615595f4d7947f7779bf47 (diff) | |
| download | pyramid-1a42bd45ad6dd066078d6d4997d33208b1bd0c63.tar.gz pyramid-1a42bd45ad6dd066078d6d4997d33208b1bd0c63.tar.bz2 pyramid-1a42bd45ad6dd066078d6d4997d33208b1bd0c63.zip | |
- New methods of the ``pyramid.config.Configurator`` class:
``set_authentication_policy`` and ``set_authorization_policy``. These are
meant to be consumed mostly by add-on authors.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1e7abc153..54a39b614 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -55,6 +55,10 @@ Features - ``pyramid.testing.DummyRequest`` now implements the ``add_finished_callback`` and ``add_response_callback`` methods. +- New methods of the ``pyramid.config.Configurator`` class: + ``set_authentication_policy`` and ``set_authorization_policy``. These are + meant to be consumed mostly by add-on authors. + Internal -------- |
