diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-14 01:15:40 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-14 01:15:40 -0400 |
| commit | 100a571ebbbe7b9f7143ac6015a1b870191683d5 (patch) | |
| tree | 20cd4cc47ab3ad65b5419a39572c76b4f3ca8cff /CHANGES.txt | |
| parent | 56d0fe4a9f97daa4d5fd0c28ea83c6ef32856b3d (diff) | |
| download | pyramid-100a571ebbbe7b9f7143ac6015a1b870191683d5.tar.gz pyramid-100a571ebbbe7b9f7143ac6015a1b870191683d5.tar.bz2 pyramid-100a571ebbbe7b9f7143ac6015a1b870191683d5.zip | |
forgot to change whatsnew
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d898c5ca6..f1c153f3f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,12 +9,12 @@ Features https://github.com/Pylons/pyramid/pull/234. - New API class: ``pyramid.static.static_view``. This supersedes the - deprecated ``pyramid.view.static`` class. ``pyramid.satic.static_view`` by - default serves up documents as the result of the request's ``path_info``, - attribute rather than it's ``subpath`` attribute (the inverse was true of - ``pyramid.view.static``, and still is). ``pyramid.static.static_view`` - exposes a ``use_subpath`` flag for use when you don't want the static view - to behave like the older deprecated version. + deprecated ``pyramid.view.static`` class. ``pyramid.static.static_view`` + by default serves up documents as the result of the request's + ``path_info``, attribute rather than it's ``subpath`` attribute (the + inverse was true of ``pyramid.view.static``, and still is). + ``pyramid.static.static_view`` exposes a ``use_subpath`` flag for use when + you don't want the static view to behave like the older deprecated version. Deprecations ------------ |
