diff options
author | Andrew White <andyw@pixeltrix.co.uk> | 2011-06-05 12:52:14 +0100 |
---|---|---|
committer | Andrew White <andyw@pixeltrix.co.uk> | 2011-06-05 12:52:14 +0100 |
commit | 4ecca0f9853046cf8d717cdd9cdf6ea3457c8609 (patch) | |
tree | dc4064cf960a3c623f594176a50a7d6ccdba2f4e | |
parent | e864ff7259ed9e4c61a146c635aedc3c60779931 (diff) | |
download | rails-4ecca0f9853046cf8d717cdd9cdf6ea3457c8609.tar.gz rails-4ecca0f9853046cf8d717cdd9cdf6ea3457c8609.tar.bz2 rails-4ecca0f9853046cf8d717cdd9cdf6ea3457c8609.zip |
Move CHANGELOG entry to future version
-rw-r--r-- | actionpack/CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 6172fa4e07..479e8246c5 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,4 +1,4 @@ -*Rails 3.1.0 (unreleased)* +*Rails 3.2.0 (unreleased)* * Refactor ActionController::TestCase cookies [Andrew White] @@ -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] |