summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-23 03:51:47 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-23 03:51:47 +0000
commit1476bccd1b24f966911588e4ec71e1b8d492e943 (patch)
tree6bba9fe6a886440fa89b83eb1aa82cf82b612b4b
parentfe96f48729f94d9650ad163d21c6b84bb70609e9 (diff)
downloadpyramid-1476bccd1b24f966911588e4ec71e1b8d492e943.tar.gz
pyramid-1476bccd1b24f966911588e4ec71e1b8d492e943.tar.bz2
pyramid-1476bccd1b24f966911588e4ec71e1b8d492e943.zip
-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``.