diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-31 15:57:06 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-31 15:57:06 +0000 |
| commit | 4ece0349e3692a580d5887a10dc4eecb71fdc02e (patch) | |
| tree | a29f2e44475029ca6510ef5f483d27bf7fa3fd0d /CHANGES.txt | |
| parent | 27862b83712010e4d3f843f74111df260188d321 (diff) | |
| download | pyramid-4ece0349e3692a580d5887a10dc4eecb71fdc02e.tar.gz pyramid-4ece0349e3692a580d5887a10dc4eecb71fdc02e.tar.bz2 pyramid-4ece0349e3692a580d5887a10dc4eecb71fdc02e.zip | |
- 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).
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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) ================== |
