Skip to content

Commit

Permalink
add notifications for new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed May 26, 2011
1 parent 0a3692d commit 0ca4bbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Expand Up @@ -37,9 +37,15 @@ Documentation

- Added "What's New in Pyramid 1.1" to HTML rendering of documentation.

- Added API docs for ``pyramid.authentication.SessionAuthenticationPolicy``.

Features
--------

- New authentication policy:
``pyramid.authentication.SessionAuthenticationPolicy``, which uses a session
to store credentials.

- Accessing the ``response`` attribute of a ``pyramid.request.Request``
object (e.g. ``request.response`` within a view) now produces a new
``pyramid.response.Response`` object. This feature is meant to be used
Expand Down
4 changes: 4 additions & 0 deletions docs/whatsnew-1.1.rst
Expand Up @@ -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,
Expand Down

0 comments on commit 0ca4bbe

Please sign in to comment.