diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-15 19:33:45 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-15 19:33:45 -0500 |
| commit | 2a75f355dcf60ce1c8f537b4dfa35dbc15554661 (patch) | |
| tree | 0221bc557ef44ce7037b1b10c6f3b0e9bcbceca4 | |
| parent | 4786cae2e7a053b01091b5e185102f9c26885b08 (diff) | |
| download | pyramid-2a75f355dcf60ce1c8f537b4dfa35dbc15554661.tar.gz pyramid-2a75f355dcf60ce1c8f537b4dfa35dbc15554661.tar.bz2 pyramid-2a75f355dcf60ce1c8f537b4dfa35dbc15554661.zip | |
add sentence
| -rw-r--r-- | CHANGES.txt | 4 |
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 ------------- |
