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 2cd5abeda8..2923232021 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that controller tests can now assert on the use of cookies #466 [Alexey] + * Fixed that send_file would "remember" all the files sent by adding to the headers again and again #458 [bitsweat] * Fixed url rewriter confusion when the controller or action name was a substring of the controller_prefix or action_prefix |