diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-02-06 14:53:21 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-02-06 14:53:21 +0000 |
| commit | a9f28d4f1322009f46e821819c389d69f3ae1b0c (patch) | |
| tree | 5a480329d32c02fa3856e9e67931f440a277a24a /CHANGES.txt | |
| parent | 604ad175a411bcfa46bc0d625a4b2ab5809389a0 (diff) | |
| download | pyramid-a9f28d4f1322009f46e821819c389d69f3ae1b0c.tar.gz pyramid-a9f28d4f1322009f46e821819c389d69f3ae1b0c.tar.bz2 pyramid-a9f28d4f1322009f46e821819c389d69f3ae1b0c.zip | |
- Remove magical feature of ``repoze.bfg.url.model_url`` which
prepended a fully-expanded urldispatch route URL before a the
model's path if it was noticed that the request had matched a route.
This feature was ill-conceived, and didn't work in all scenarios.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3f1778e80..8db866117 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Next release ============ +Backwards Incompatibilities +--------------------------- + +- Remove magical feature of ``repoze.bfg.url.model_url`` which + prepended a fully-expanded urldispatch route URL before a the + model's path if it was noticed that the request had matched a route. + This feature was ill-conceived, and didn't work in all scenarios. + Bug Fixes --------- |
