From 30d34eb2dbc73675cb299f0ed8c356d969e2dcc7 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 29 Apr 2009 21:36:32 +0000 Subject: Note backward-incompatible change. --- CHANGES.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 2551c3c17..2ba331fea 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,21 @@ Next release ============ +Backwards Incompatibilities +--------------------------- + +- The traversal feature which wrapped non-ILocation subobjects in + proxies has been disabled by default. In order to enable it, register + the ``WrappingModelGraphTraverser`` as the traversal policy, rather + than the standard ``ModelGraphTraverser``. E.g., your application + will need to have the following in its ``configure.zcml``:: + + + Features -------- -- cgit v1.2.3