aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-07 16:16:36 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-07 16:16:36 +0000
commitb9b6cb95d3c7a6f623c2b328ae2cf8b3e2a05ef1 (patch)
treee50b6978613d9cacff92840b8f5b17afbfd5b535 /actionpack/CHANGELOG
parent703ac4c5ac68f68b48debd1bfc352cd687b2df30 (diff)
downloadrails-b9b6cb95d3c7a6f623c2b328ae2cf8b3e2a05ef1.tar.gz
rails-b9b6cb95d3c7a6f623c2b328ae2cf8b3e2a05ef1.tar.bz2
rails-b9b6cb95d3c7a6f623c2b328ae2cf8b3e2a05ef1.zip
Fixed routing to allow for testing of *path components #1650 [Nicholas Seckar]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1762 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 ff8a7821dc..27eb7464a5 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed routing to allow for testing of *path components #1650 [Nicholas Seckar]
+
* Added :handle as an option to sortable_element to restrict the drag handle to a given class #1642 [thejohnny]
* Added a bunch of script.aculo.us features: Effect.ScrollTo, to smoothly scroll the page to an element, better Firefox flickering handling on SlideUp/SlideDown, Removed a possible memory leak in IE with draggables, Added support for cancelling dragging my hitting ESC #1644 [Thomas Fuchs]