diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-09 03:09:28 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-09 03:09:28 -0400 |
| commit | cda7f6b367728352fb443d046752379e9f401230 (patch) | |
| tree | 9731b292787064867d429a270c9b9bffa162b36b /CHANGES.txt | |
| parent | 41cb3afe29320abb4e20a951863c0ae4a64eba67 (diff) | |
| download | pyramid-cda7f6b367728352fb443d046752379e9f401230.tar.gz pyramid-cda7f6b367728352fb443d046752379e9f401230.tar.bz2 pyramid-cda7f6b367728352fb443d046752379e9f401230.zip | |
- The route prefix was not taken into account when a static view was added in
an "include". See https://github.com/Pylons/pyramid/issues/266 .
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 c62f0a34b..a82d3b336 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +Next release +============ + +Bug Fixes +--------- + +- The route prefix was not taken into account when a static view was added in + an "include". See https://github.com/Pylons/pyramid/issues/266 . + 1.2b2 (2011-09-08) ================== |
