aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-04-27 17:38:20 +0000
committerMarcel Molina <marcel@vernix.org>2006-04-27 17:38:20 +0000
commit4d007ce65a950a126590e9bbaca821a356ef9a6f (patch)
tree2a91d199a99e6319a41719ba2780418c9b21e048 /actionpack/CHANGELOG
parentcd29c33616e1c54721a16bb79cf3d4fbb6d8f931 (diff)
downloadrails-4d007ce65a950a126590e9bbaca821a356ef9a6f.tar.gz
rails-4d007ce65a950a126590e9bbaca821a356ef9a6f.tar.bz2
rails-4d007ce65a950a126590e9bbaca821a356ef9a6f.zip
Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4289 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 2494521205..0ee892bb5f 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros]
+
* Fixes bad rendering of JavaScriptMacrosHelper rdoc (closes #4910) [Frederick Ros]
* Allow error_messages_for to report errors for multiple objects, as well as support for customizing the name of the object in the error summary header. Closes #4186. [andrew@redlinesoftware.com, Marcel Molina Jr.]