From 720c8893749556208296af0ee5adcfe9eb373ec7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 11 Nov 2008 12:33:24 +0000 Subject: - 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. --- CHANGES.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'CHANGES.txt') 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) -- cgit v1.2.3