From 4ece0349e3692a580d5887a10dc4eecb71fdc02e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 31 Oct 2009 15:57:06 +0000 Subject: - Explicitly revert the feature introduced in 1.1a8: where the name ``root`` is available as an attribute of the request before a NewRequest event is emitted. This makes some potential future features impossible, or at least awkward (such as grouping traversal and view lookup into a single adapter lookup). --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 8a151729c..b7a715ebd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -83,6 +83,15 @@ Internal request factory (the previous return value of the now-missing ``repoze.bfg.request.create_route_request_factory``. +Backwards Incompatibilities +--------------------------- + +- Explicitly revert the feature introduced in 1.1a8: where the name + ``root`` is available as an attribute of the request before a + NewRequest event is emitted. This makes some potential future + features impossible, or at least awkward (such as grouping traversal + and view lookup into a single adapter lookup). + 1.1a8 (2009-10-27) ================== -- cgit v1.2.3