aboutsummaryrefslogtreecommitdiffstats
path: root/railties/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 /railties/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 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index e77b59d170..9ecc07813d 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Applied Prototype $() performance patches (#4465, #4477) and updated script.aculo.us [Sam Stephenson, Thomas Fuchs]
+
* Use --simple-prompt instead of --prompt-mode simple for console compatibility with Windows/Ruby 1.8.2 #4532 [starr@starrnhorne.com]
* Make Rails::VERSION implicitly loadable #4491. [Nicholas Seckar]