summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-15 19:33:45 -0500
committerChris McDonough <chrism@plope.com>2012-02-15 19:33:45 -0500
commit2a75f355dcf60ce1c8f537b4dfa35dbc15554661 (patch)
tree0221bc557ef44ce7037b1b10c6f3b0e9bcbceca4 /CHANGES.txt
parent4786cae2e7a053b01091b5e185102f9c26885b08 (diff)
downloadpyramid-2a75f355dcf60ce1c8f537b4dfa35dbc15554661.tar.gz
pyramid-2a75f355dcf60ce1c8f537b4dfa35dbc15554661.tar.bz2
pyramid-2a75f355dcf60ce1c8f537b4dfa35dbc15554661.zip
add sentence
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d9106ddb9..93ba8a199 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -30,7 +30,9 @@ Features
- The system value ``r`` is now supplied to renderers as an alias for
``request``. This means that you can now, for example, in a template, do
- ``r.route_url(...)`` instead of ``request.route_url(...)``.
+ ``r.route_url(...)`` instead of ``request.route_url(...)``. This is purely
+ a change to reduce the amount of typing required to reference request
+ methods from within templates.
Documentation
-------------