summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt10
-rw-r--r--TODO.txt2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 62fa20e4b..03414e8c3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,16 @@ Bug Fixes
``request.response_content_type`` unless this attribute is already
set.
+Documentation
+-------------
+
+- General documentation improvements by using better Sphinx roles such
+ as "class", "func", "meth", and so on.
+
+- Added the ``repoze.bfg.authentication``,
+ ``repoze.bfg.authorization``, and ``repoze.bfg.interfaces`` modules
+ to API documentation.
+
1.2a7 (2009-12-20)
==================
diff --git a/TODO.txt b/TODO.txt
index 4d1bba532..6bbaf2d99 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,5 +5,5 @@
- Decide on ``unhook_zca`` argument to ``tearDown``.
-- Push the testing API towards use of a Configurator.
+- Hook the ZCA in ``Configurator.begin``.