aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-09-10 10:45:47 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-09-10 10:45:47 -0700
commitd0946fdd57125872efb6ece8257dccedfe3bef01 (patch)
treeb443e652beaeefe54bc0858ada6fa056c71ff634 /actionpack/CHANGELOG
parente8e1911738ce990b55d068e603124572535baf5d (diff)
parente7e6515146322c4e5feba61c8365458df4b9fd67 (diff)
downloadrails-d0946fdd57125872efb6ece8257dccedfe3bef01.tar.gz
rails-d0946fdd57125872efb6ece8257dccedfe3bef01.tar.bz2
rails-d0946fdd57125872efb6ece8257dccedfe3bef01.zip
Merge pull request #2972 from md5/master
Use log.warn instead of debug for CSRF token warning
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 82dfc625a6..b757df6f22 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.2.0 (unreleased)*
+* 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]
So instead of having to do this: