aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2011-06-05 12:52:14 +0100
committerAndrew White <andyw@pixeltrix.co.uk>2011-06-05 12:52:14 +0100
commit4ecca0f9853046cf8d717cdd9cdf6ea3457c8609 (patch)
treedc4064cf960a3c623f594176a50a7d6ccdba2f4e /actionpack
parente864ff7259ed9e4c61a146c635aedc3c60779931 (diff)
downloadrails-4ecca0f9853046cf8d717cdd9cdf6ea3457c8609.tar.gz
rails-4ecca0f9853046cf8d717cdd9cdf6ea3457c8609.tar.bz2
rails-4ecca0f9853046cf8d717cdd9cdf6ea3457c8609.zip
Move CHANGELOG entry to future version
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG5
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]