aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 7fbbc1a094..3af6e5670e 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,8 +1,7 @@
## Rails 3.2.11 (unreleased) ##
-* Fix a bug in `ActionView::Helpers::RecordTagHelper::content_tag_for`
- raise `nil:NilClass` without given a block.
-
+* Fix a bug in `content_tag_for` that prevents it for work without a block.
+
*Jasl*
* Clear url helper methods when routes are reloaded by removing the methods