aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2005-12-12 17:14:05 +0000
committerThomas Fuchs <thomas@fesch.at>2005-12-12 17:14:05 +0000
commitf7e39c4ec78e81c4336a1ef470f3ff0a2430fc7a (patch)
treeb8a7913a5446e3a3c41c275f794c8c26760ac112 /actionpack/CHANGELOG
parent6427db6baa9cfd3dfdbe8c1efd4e99825f751023 (diff)
downloadrails-f7e39c4ec78e81c4336a1ef470f3ff0a2430fc7a.tar.gz
rails-f7e39c4ec78e81c4336a1ef470f3ff0a2430fc7a.tar.bz2
rails-f7e39c4ec78e81c4336a1ef470f3ff0a2430fc7a.zip
Update to script.aculo.us 1.5.0_rc6
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3285 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 bc7b169985..f9da70771d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update to script.aculo.us 1.5.0_rc6
+
* More robust relative url root discovery for SCGI compatibility. This solves the 'SCGI routes problem' -- you no longer need to prefix all your routes with the name of the SCGI mountpoint. #3070 [Dave Ringoen]
* Fix docs for text_area_tag. #3083. [Christopher Cotton]