summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt17
1 files changed, 13 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b56c86879..01f6d3676 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,11 +1,20 @@
+0.4.7 (11/11/2008)
+
+ Features
+
+ - Allow ``testing.registerEventListener`` to be used with Zope 3
+ style "object events" (subscribers accept more than a single event
+ argument). We extend the list with the arguments, rather than
+ append.
+
0.4.6 (11/10/2008)
Bug Fixes
- - The ``model_path`` and ``model_url`` traversal APIs returned the
- wrong value for the root object (e.g. ``model_path`` returned
- ``''`` for the root object, while it should have been returning
- ``'/'``).
+ - The ``model_path`` and ``model_url`` traversal APIs returned the
+ wrong value for the root object (e.g. ``model_path`` returned
+ ``''`` for the root object, while it should have been returning
+ ``'/'``).
0.4.5 (11/9/2008)