summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1228ef4aa..bddef2b4f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,10 @@ Features
``repoze.bfg.request`` API chapter. It can be used to influence
response values before a concrete response object has been created.
+- The ``repoze.bfg.interfaces.INewResponse`` interface now includes a
+ ``request`` attribute; as a result, a handler for INewResponse now
+ has access to the request which caused the response.
+
- Each of the follow methods of the Configurator now allow the
below-named arguments to be passed as "dotted name strings"
(e.g. "foo.bar.baz") rather than as actual implementation objects
@@ -85,6 +89,9 @@ Documentation
new ``repoze.bfg.request`` API chapter. Some content was moved from
this chapter into the API documentation itself.
+- Various changes to denote that Python dotted names are now allowed
+ as input to Configurator methods.
+
Internal
--------
@@ -96,6 +103,10 @@ Internal
``repoze.bfg.request.Request.add_response_callback`` takes its
place.
+- The ``repoze.bfg.events.NewResponse`` class's construct has changed:
+ it now must be created with ``(request, response)`` rather than
+ simply ``(response)``.
+
1.3a9 (2010-08-22)
==================