summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-23 08:36:25 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-23 08:36:25 +0000
commit914692df0f3782b4800a23572474e81e19e49437 (patch)
tree5c99797416bd0dcae1a0fc117782f8df3e5143e0 /CHANGES.txt
parent44b2ca3219cf495ae0d3a66b81befdf368ef916d (diff)
downloadpyramid-914692df0f3782b4800a23572474e81e19e49437.tar.gz
pyramid-914692df0f3782b4800a23572474e81e19e49437.tar.bz2
pyramid-914692df0f3782b4800a23572474e81e19e49437.zip
Updates.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 951e97efd..4cb267bcd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,11 @@ Next release
Features
--------
+- A new class now exists: ``repoze.bfg.configuration.Configurator``.
+ This class forms the basis for sharing machinery between
+ "imperatively" configured applications and traditional
+ declaratively-configured applications.
+
- The ``repoze.bfg.testing.setUp`` function now causes a "dummy"
request object to be created (an instance of
``repoze.bfg.testing.DummyRequest``). The DummyRequest object is
@@ -17,6 +22,18 @@ Features
the (now-legacy) ``repoze.bfg.router.make_app`` function to produce
a WSGI application.
+Documentation
+-------------
+
+- ``repoze.bfg.configuration`` API documentation has been added.
+
+- A narrative documentation chapter entitled "Creating Your First
+ ``repoze.bfg`` Application" has been added. This chapter details
+ usage of the new ``repoze.bfg.configuration.Configurator`` class,
+ and demonstrates a simplified "imperative-mode" configuration; doing
+ ``repoze.bfg`` application configuration imperatively was previously
+ much more difficult.
+
Bug Fixes
----------