diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-29 09:53:40 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-29 09:53:40 -0400 |
| commit | b5c0cb969c5b717e2cc95aa8738aa904f8dc2ccd (patch) | |
| tree | 7af50bafa73c322f1b9e87edbcda35908c9a843c /CHANGES.txt | |
| parent | 62a48b567fe1afc7376aed0990b6caac2d46e81f (diff) | |
| download | pyramid-b5c0cb969c5b717e2cc95aa8738aa904f8dc2ccd.tar.gz pyramid-b5c0cb969c5b717e2cc95aa8738aa904f8dc2ccd.tar.bz2 pyramid-b5c0cb969c5b717e2cc95aa8738aa904f8dc2ccd.zip | |
- Pyramid did not properly generate static URLs using
``pyramid.url.static_url`` when passed a caller-package relative path due
to a refactoring.
Closes #258.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7fed402b1..48ef24417 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,13 @@ Next release ============ +Bug Fixes +--------- + +- Pyramid did not properly generate static URLs using + ``pyramid.url.static_url`` when passed a caller-package relative path due + to a refactoring. + Internal -------- |
