From c37d6ac18aaeb839fd38b2ef4a1a66b264ba3888 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 12 Nov 2009 01:43:09 +0000 Subject: - Use ``alsoProvides`` in the urldispatch module to attach an interface to the request rather than ``directlyProvides`` to avoid disturbing interfaces set in a NewRequest event handler. --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index fa09f8089..f7a979ea1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,13 @@ Next release ============ +Bug Fixes +--------- + +- Use ``alsoProvides`` in the urldispatch module to attach an + interface to the request rather than ``directlyProvides`` to avoid + disturbing interfaces set in a NewRequest event handler. + Documentation ------------- -- cgit v1.2.3