From 0ca4bbecb3fa95628145c1584bace639a66a6807 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 25 May 2011 21:59:53 -0400 Subject: add notifications for new feature --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0992af9ef..8b2dae7f1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 -- cgit v1.2.3