summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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
-------------