diff options
| -rw-r--r-- | CHANGES.txt | 10 | ||||
| -rw-r--r-- | TODO.txt | 2 |
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) ================== @@ -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``. |
