aboutsummaryrefslogtreecommitdiffstats
path: root/railties/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 /railties/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 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index fe3356dbcb..431b99862a 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update script.aculo.us to V1.5.3 [Thomas Fuchs]
+
* Added SIGTRAP signal handler to RailsFCGIHandler that'll force the process into a breakpoint after the next request. This breakpoint can then be caught with script/breakpointer and give you access to the Ruby image inside that process. Useful for debugging memory leaks among other things [DHH]
* Update script.aculo.us to V1.5.2 [Thomas Fuchs]