From d2973dd0356b88fc47b5f80e2bcef2783429c0c1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 13 Apr 2011 14:35:29 -0400 Subject: - Make ``pyramid.interfaces.IAuthenticationPolicy`` and ``pyramid.interfaces.IAuthorizationPolicy`` public interfaces, and refer to them within the ``pyramid.authentication`` and ``pyramid.authorization`` API docs. - Render the function definitions for each exposed interface in ``pyramid.interfaces``. Closes #167. --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 768a08b0a..8235f53a5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,6 +13,14 @@ Documentation - The ``wiki2`` (SQLA+URL Dispatch) tutorial was updated slightly. +- Make ``pyramid.interfaces.IAuthenticationPolicy`` and + ``pyramid.interfaces.IAuthorizationPolicy`` public interfaces, and refer to + them within the ``pyramid.authentication`` and ``pyramid.authorization`` + API docs. + +- Render the function definitions for each exposed interface in + ``pyramid.interfaces``. + Features -------- -- cgit v1.2.3