From 78b132d8301e00803f7c7d95efabad8c64189117 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 24 Dec 2009 11:14:41 +0000 Subject: Prep for 1.2a8. --- CHANGES.txt | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 5ac86a6a9..464042a87 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.2a8 (2009-12-24) +================== Features -------- @@ -9,6 +9,10 @@ Features - Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator`` API. +- The ``repoze.bfg.testing.setUp`` method now returns a + ``Configurator`` instance which can be used to do further + configuration during unit tests. + Bug Fixes --------- @@ -26,7 +30,15 @@ Documentation ------------- - General documentation improvements by using better Sphinx roles such - as "class", "func", "meth", and so on. + as "class", "func", "meth", and so on. This means that there are + many more hyperlinks pointing to API documentation for API + definitions in all narrative, tutorial, and API documentation + elements. + +- Added a description of imperative configuration in various places + which only described ZCML configuration. + +- A syntactical refreshing of various tutorials. - Added the ``repoze.bfg.authentication``, ``repoze.bfg.authorization``, and ``repoze.bfg.interfaces`` modules -- cgit v1.2.3