aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2005-10-09 16:56:23 +0000
committerThomas Fuchs <thomas@fesch.at>2005-10-09 16:56:23 +0000
commit7d101d58400acaff232091485c8e140f0a37cbaf (patch)
tree3e6ffc8d9ceb9fe44d49f9fa62ec1413c6ec36cc /railties/CHANGELOG
parenta9de9c48c22f7eab91be676fb648ca89bbfa75b0 (diff)
downloadrails-7d101d58400acaff232091485c8e140f0a37cbaf.tar.gz
rails-7d101d58400acaff232091485c8e140f0a37cbaf.tar.bz2
rails-7d101d58400acaff232091485c8e140f0a37cbaf.zip
Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails generator to include the new .js files [Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2503 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 e74bbf1df9..259eb44e10 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails generator to include the new .js files [Thomas Fuchs]
+
* Make the generator skip a file if it already exists and is identical to the new file.
* Add experimental plugin support #2335