Skip to content

Commit

Permalink
Move CHANGELOG entry to future version
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Jun 5, 2011
1 parent e864ff7 commit 4ecca0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion actionpack/CHANGELOG
@@ -1,4 +1,4 @@
*Rails 3.1.0 (unreleased)*
*Rails 3.2.0 (unreleased)*

* Refactor ActionController::TestCase cookies [Andrew White]

Expand All @@ -18,6 +18,9 @@
persistent between requests so if you need to manipulate the environment
for your test you need to do it before the cookie jar is created.


*Rails 3.1.0 (unreleased)*

* Added 'ActionView::Helpers::FormHelper.fields_for_with_index', similar to fields_for but allows to have access to the current iteration index [Jorge Bejar]

* Warn if we cannot verify CSRF token authenticity [José Valim]
Expand Down

0 comments on commit 4ecca0f

Please sign in to comment.