summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
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
------------