aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2006-02-22 09:59:22 +0000
committerThomas Fuchs <thomas@fesch.at>2006-02-22 09:59:22 +0000
commitbb7408fd4ca0cfe41b4145fec088b36c185c969e (patch)
tree4dade814692acb18f4c15dc3bce408e21aa97527 /actionpack/CHANGELOG
parent523d54b56d612a791f16468ae3776ac12fd71bb7 (diff)
downloadrails-bb7408fd4ca0cfe41b4145fec088b36c185c969e.tar.gz
rails-bb7408fd4ca0cfe41b4145fec088b36c185c969e.tar.bz2
rails-bb7408fd4ca0cfe41b4145fec088b36c185c969e.zip
Update script.aculo.us to V1.5.3 [Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3634 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 f010044e7c..0d658172c4 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update script.aculo.us to V1.5.3 [Thomas Fuchs]
+
* Added various InPlaceEditor options, #3746, #3891, #3896, #3906 [Bill Burcham, ruairi, sl33p3r]
* Added :count option to pagination that'll make it possible for the ActiveRecord::Base.count call to using something else than * for the count. Especially important for count queries using DISTINCT #3839 [skaes]