summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-24 11:14:41 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-24 11:14:41 +0000
commit78b132d8301e00803f7c7d95efabad8c64189117 (patch)
treeb4a04e8b4a6fff638e05f72299b80c7759b82925 /CHANGES.txt
parent3bcab82a948f8c3feb0be856e967d1513a0b3f51 (diff)
downloadpyramid-78b132d8301e00803f7c7d95efabad8c64189117.tar.gz
pyramid-78b132d8301e00803f7c7d95efabad8c64189117.tar.bz2
pyramid-78b132d8301e00803f7c7d95efabad8c64189117.zip
Prep for 1.2a8.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt18
1 files changed, 15 insertions, 3 deletions
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