aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMike Dillon <mike@embody.org>2011-09-10 09:54:57 -0700
committerMike Dillon <mike@embody.org>2011-09-10 09:54:57 -0700
commite7e6515146322c4e5feba61c8365458df4b9fd67 (patch)
tree5c3d0fafa6e543c1e64a9b2eee1c46517f43fb78 /actionpack/CHANGELOG
parent538fb18dead05760e76587fd53f04ae03dd2ab63 (diff)
downloadrails-e7e6515146322c4e5feba61c8365458df4b9fd67.tar.gz
rails-e7e6515146322c4e5feba61c8365458df4b9fd67.tar.bz2
rails-e7e6515146322c4e5feba61c8365458df4b9fd67.zip
Fix changelog entry
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 9510a61c90..b757df6f22 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,6 +1,6 @@
*Rails 3.2.0 (unreleased)*
-* Changed log level of warning for missing CSRF token from :debug to :warn. Fixes #2972 [Mike Dillon]
+* Changed log level of warning for missing CSRF token from :debug to :warn. [Mike Dillon]
* content_tag_for and div_for can now take the collection of records. It will also yield the record as the first argument if you set a receiving argument in your block [Prem Sichanugrist]