aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-10 14:31:44 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-10 14:31:44 +0000
commitb611c685d92038b199149e8eec900c3058523ab7 (patch)
tree4bd81aa0be6d0a39da2a415f3b6fabe0310dbcbc /actionpack/CHANGELOG
parentbf8a4b000602a12ba04d105b9c97f900c410e341 (diff)
downloadrails-b611c685d92038b199149e8eec900c3058523ab7.tar.gz
rails-b611c685d92038b199149e8eec900c3058523ab7.tar.bz2
rails-b611c685d92038b199149e8eec900c3058523ab7.zip
Fixed that resource namespaces wouldnt stick to all nested resources (closes #9399) [pixeltrix]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7447 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 99482b8090..551cc753d9 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that resource namespaces wouldn't stick to all nested resources #9399 [pixeltrix]
+
* Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugin on the official Rails svn #9513 [lifofifo]
* Removed deprecated form of calling xml_http_request/xhr without the first argument being the http verb [DHH]