From 2a75f355dcf60ce1c8f537b4dfa35dbc15554661 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 15 Feb 2012 19:33:45 -0500 Subject: add sentence --- CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ------------- -- cgit v1.2.3