aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-14 11:38:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-14 11:38:55 +0000
commit7073abe15906d5b4bbd7cd455136fbd2c52a8a49 (patch)
treeaafe5c555a359e96028a795a8fb9995cff786e4e /actionpack/CHANGELOG
parentbf0b7588ee4e32353e0dc10c2d1c3d2b9ea952c4 (diff)
downloadrails-7073abe15906d5b4bbd7cd455136fbd2c52a8a49.tar.gz
rails-7073abe15906d5b4bbd7cd455136fbd2c52a8a49.tar.bz2
rails-7073abe15906d5b4bbd7cd455136fbd2c52a8a49.zip
Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #1730 [court3nay/Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1835 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 db1a67f8f9..a034da7ae9 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #1730 [court3nay/Thomas Fuchs]
+
* Added named_route method to RouteSet instances so that RouteSet instance methods do not prevent certain names from being used. [Nicholas Seckar]
* Fixed routes so that routes which do not specify :action in the path or in the requirements have a default of :action => 'index', In addition, fixed url generation so that :action => 'index' does not need to be provided for such urls. [Nicholas Seckar, Markjuh]