aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2007-05-19 00:23:42 +0000
committerThomas Fuchs <thomas@fesch.at>2007-05-19 00:23:42 +0000
commit81ee044fdaf7b0ea15b4c646fa46947f71da00fe (patch)
tree12a30a22c9ab7d99b6afc7794ee52bf752581b7a /railties/CHANGELOG
parent9f0057c5ae1b1f26339cf62c1d93bf33ca33360e (diff)
downloadrails-81ee044fdaf7b0ea15b4c646fa46947f71da00fe.tar.gz
rails-81ee044fdaf7b0ea15b4c646fa46947f71da00fe.tar.bz2
rails-81ee044fdaf7b0ea15b4c646fa46947f71da00fe.zip
Update edge to script.aculo.us to 1.7.1_beta3
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6781 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 408253cb6e..ce9c861101 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update to script.aculo.us 1.7.1_beta3. [Thomas Fuchs]
+
* Generators use *.html.erb view template naming. #8278 [Tim Pope]
* Updated resource_scaffold and model generators to use short-hand style migrations [DHH]