summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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
--------