aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-01-05 20:59:31 +0000
committerRick Olson <technoweenie@gmail.com>2007-01-05 20:59:31 +0000
commit2228fdbbae81b4a78c3b5ce687cc670026044a90 (patch)
tree05c5d21eb8f78c5a07687fff11c2172b62a74ab9 /actionpack/CHANGELOG
parentb51727aa496127810be66d665cf8c82a78a99b1a (diff)
downloadrails-2228fdbbae81b4a78c3b5ce687cc670026044a90.tar.gz
rails-2228fdbbae81b4a78c3b5ce687cc670026044a90.tar.bz2
rails-2228fdbbae81b4a78c3b5ce687cc670026044a90.zip
Slight doc tweak to the ActionView::Helpers::PrototypeHelper#replace docs. Closes #6922 [Steven Bristol]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5863 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 7aefb52963..b770419948 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Slight doc tweak to the ActionView::Helpers::PrototypeHelper#replace docs. Closes #6922 [Steven Bristol]
+
* Slight doc tweak to #prepend_filter. Closes #6493 [Jeremy Voorhis]
* Add more extensive documentation to the AssetTagHelper. Closes #6452 [Bob Silva]