aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-28 10:22:44 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-28 10:22:44 +0000
commitb0c0c9c2ef908606c03e03c7db422fde703eaa99 (patch)
tree9324906f08b575b0e1dd27f6c4694a22dd52849d /actionpack/CHANGELOG
parentb14e5d8334ac5c46d69c1eee4fcb2f3a73da3e6a (diff)
downloadrails-b0c0c9c2ef908606c03e03c7db422fde703eaa99.tar.gz
rails-b0c0c9c2ef908606c03e03c7db422fde703eaa99.tar.bz2
rails-b0c0c9c2ef908606c03e03c7db422fde703eaa99.zip
Added Effect.Fade which smoothly turns opacity from 100 to 0 and then hides the element #960 [thomas@fesch.at]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1032 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 070a8b8503..a12e5db90d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added 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]