aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2005-11-14 20:49:10 +0000
committerThomas Fuchs <thomas@fesch.at>2005-11-14 20:49:10 +0000
commit415d27490f14f7ba360a0edd3d9e1211f7482c89 (patch)
tree54754d39aae29b8ab1cfd380f98874222bbc584c /railties/CHANGELOG
parent037f61c8e9ceda65538a8d847db235f9d7a5e3ad (diff)
downloadrails-415d27490f14f7ba360a0edd3d9e1211f7482c89.tar.gz
rails-415d27490f14f7ba360a0edd3d9e1211f7482c89.tar.bz2
rails-415d27490f14f7ba360a0edd3d9e1211f7482c89.zip
Update trunk to latests script.aculo.us
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3033 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 297058acf4..b3e274505c 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update to latest script.aculo.us version (as of [3031])
+
* Eliminate Subversion dependencies in scripts/plugin. Correct install options. Introduce --force option to reinstall a plugin. Remove useless --long option for list. Use --quiet to quiet the download output and --revision to update to a specific svn revision. #2842 [Chad Fowler, Rick Olson]
* SQLite: the clone_structure_to_test and purge_test_database Rake tasks should always use the test environment. #2846 [Rick Olson]