summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-13 14:35:29 -0400
committerChris McDonough <chrism@plope.com>2011-04-13 14:35:29 -0400
commitd2973dd0356b88fc47b5f80e2bcef2783429c0c1 (patch)
treef4a597af38bff79d6619f5320eb753e0a460f498 /CHANGES.txt
parent4eee4502714b27e5fe437db049d4c6ee8905aace (diff)
downloadpyramid-d2973dd0356b88fc47b5f80e2bcef2783429c0c1.tar.gz
pyramid-d2973dd0356b88fc47b5f80e2bcef2783429c0c1.tar.bz2
pyramid-d2973dd0356b88fc47b5f80e2bcef2783429c0c1.zip
- 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.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
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
--------