Add :scope to CHANGES. Fixes #156.

This commit is contained in:
Konstantin Haase 2011-02-19 14:17:52 +01:00
parent 790e040cdf
commit 8ca5fa5541
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
captures: `get(%r{/hi/(?<name>[^/?#]+)}) { "Hi #{params['name']}" }`.
(Steve Price)
* All rendering methods now take a `:scope` option, which renders them in
another context. Note that helpers and instance variables will be
unavailable if you use this feature. (Paul Walker)
* The behavior of `redirect` can now be configured with `absolute_redirects`
and `prefixed_redirects`. (Konstantin Haase)