diff options
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 62aaa15c08..20258b536e 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb in ApplicationController [DHH] + * Integration tests: introduce methods for other HTTP methods. #6353 [caboose] * Routing: better support for escaped values in route segments. #7544 [Chris |