diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 992e0b637..ea56e2020 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -53,6 +53,10 @@ Static Routes Minor Feature Additions ----------------------- +- New authentication policy: + :ref:`pyramid.authentication.SessionAuthenticationPolicy`, which uses a + session to store credentials. + - Integers and longs passed as ``elements`` to :func:`pyramid.url.resource_url` or :meth:`pyramid.request.Request.resource_url` e.g. ``resource_url(context, |
