Fix changelog entry

This commit is contained in:
Mike Dillon
2011-09-10 09:54:57 -07:00
parent 538fb18dea
commit e7e6515146

View File

@@ -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]