aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2006-04-01 19:47:31 +0000
committerThomas Fuchs <thomas@fesch.at>2006-04-01 19:47:31 +0000
commitbb2276098a5a21c35e5ee72b3097bd9d7caa919f (patch)
tree2836ff94d390e690cee155b35c42bb9f55a5571e /actionpack/CHANGELOG
parent217f67bf847c3f80e9e13698fd42dcf3b3782fa9 (diff)
downloadrails-bb2276098a5a21c35e5ee72b3097bd9d7caa919f.tar.gz
rails-bb2276098a5a21c35e5ee72b3097bd9d7caa919f.tar.bz2
rails-bb2276098a5a21c35e5ee72b3097bd9d7caa919f.zip
Applied Prototype $() performance patches (#4465, #4477) and updated script.aculo.us [Sam Stephenson, Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4122 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 7b3b44f7cb..61eb7c20cf 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Applied Prototype $() performance patches (#4465, #4477) and updated script.aculo.us [Sam Stephenson, Thomas Fuchs]
+
* Added automated timestamping to AssetTagHelper methods for stylesheets, javascripts, and images when Action Controller is run under Rails [DHH]. Example:
image_tag("rails.png") # => '<img alt="Rails" src="/images/rails.png?1143664135" />'