summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-11-11 12:33:24 +0000
committerChris McDonough <chrism@agendaless.com>2008-11-11 12:33:24 +0000
commit720c8893749556208296af0ee5adcfe9eb373ec7 (patch)
tree6f75b271b843d0f46dfccb9b6d6d7ea3c0febc26 /CHANGES.txt
parent6d4015c5d9f5ddeb60d162d385579176a44d8be3 (diff)
downloadpyramid-720c8893749556208296af0ee5adcfe9eb373ec7.tar.gz
pyramid-720c8893749556208296af0ee5adcfe9eb373ec7.tar.bz2
pyramid-720c8893749556208296af0ee5adcfe9eb373ec7.zip
- 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. Prep for 0.4.7.
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)