From 914692df0f3782b4800a23572474e81e19e49437 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 23 Nov 2009 08:36:25 +0000 Subject: Updates. --- CHANGES.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 ---------- -- cgit v1.2.3