aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2006-09-07 09:19:35 +0000
committerThomas Fuchs <thomas@fesch.at>2006-09-07 09:19:35 +0000
commit8734da9bca3db5934f0d072feeca0b1724d082a7 (patch)
tree87e74e5a54561e3fd0aa6b46a04baa98ff0d5ec6 /actionpack/CHANGELOG
parent00685ad8fdc9f15d935aebe52597037f3ca93be8 (diff)
downloadrails-8734da9bca3db5934f0d072feeca0b1724d082a7.tar.gz
rails-8734da9bca3db5934f0d072feeca0b1724d082a7.tar.bz2
rails-8734da9bca3db5934f0d072feeca0b1724d082a7.zip
Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax for multiple ids, fixes #6068 [petermichaux@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5057 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 063e407210..99005e9a2c 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax for multiple ids, #6068 [petermichaux@gmail.com]
+
* Update UrlWriter to support :only_path. [Nicholas Seckar, Dave Thomas]
* Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_function to have the script argument be optional [DHH]. So what used to require a nil, like this: