aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-31 11:46:50 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-31 11:46:50 +0000
commit93e361e58a5bbde17e23bcbb6ed281e602baa039 (patch)
tree2305853b16fd477b0d22fe05064395e2b7123cca /actionpack/CHANGELOG
parent0de97c81dbe80e4abc50ec1434b33fe3219f2fd4 (diff)
downloadrails-93e361e58a5bbde17e23bcbb6ed281e602baa039.tar.gz
rails-93e361e58a5bbde17e23bcbb6ed281e602baa039.tar.bz2
rails-93e361e58a5bbde17e23bcbb6ed281e602baa039.zip
Fixed that on very rare occasions, webrick would raise a NoMethodError: private method 'split' called for nil #1001 [Flurin Egger]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1045 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG9
1 files changed, 5 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index b38df11a2a..ebfac7ee0a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,10 +1,11 @@
*SVN*
-* Added Effect.Squish for scaling down an element and making it disappear at the end #972 [thomas@fesch.at]
+* Fixed that on very rare occasions, webrick would raise a NoMethodError: private method 'split' called for nil #1001 [Flurin Egger]
-* Added Effect.Scale for smoothly scaling images or text up and down #972 [thomas@fesch.at]
-
-* Added Effect.Fade which smoothly turns opacity from 100 to 0 and then hides the element #960 [thomas@fesch.at]
+* Added a wide range of new Javascript effects:
+ * Effect.Squish for scaling down an element and making it disappear at the end #972 [thomas@fesch.at]
+ * Effect.Scale for smoothly scaling images or text up and down #972 [thomas@fesch.at]
+ * Effect.Fade which smoothly turns opacity from 100 to 0 and then hides the element #960 [thomas@fesch.at]
* Fixed problem with page caching #958 [Rick Olson]