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 20258b536e..396fa98a76 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Cookie session store: empty and unchanged sessions don't write a cookie. [Jeremy Kemper] + * 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] |