aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2006-11-17 23:52:54 +0000
committerThomas Fuchs <thomas@fesch.at>2006-11-17 23:52:54 +0000
commitbc76044fde8701d19ab85d244789a69ba5ed9bbd (patch)
treecc0082fc4ed90e19a81fefe520bdae11d8ee5d52 /railties/CHANGELOG
parentf92d6a07d0d01226fb80c82608d332843c01f2d6 (diff)
downloadrails-bc76044fde8701d19ab85d244789a69ba5ed9bbd.tar.gz
rails-bc76044fde8701d19ab85d244789a69ba5ed9bbd.tar.bz2
rails-bc76044fde8701d19ab85d244789a69ba5ed9bbd.zip
Update Prototype in trunk to [5550]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5551 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 e8d84df447..b0e6bb04e7 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update to Prototype 1.5.0_rc2 [5550] which makes it work in Opera again [Thomas Fuchs]
+
* Make sure that exceptions which are thrown outside of the user code try their best to be handeled in ApplicationController#rescue_action [Tobias Luetke]
* Rails::VERSION::STRING should always be available without having to require 'rails/version'. #6244 [fearoffish]