aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-12-25 09:35:20 +0000
committerRick Olson <technoweenie@gmail.com>2006-12-25 09:35:20 +0000
commitef1232c478691a5c58105435deb31cbd4c973f8b (patch)
tree2914ac065c645e56236da9a1d2ae94805e9f6873 /actionpack/CHANGELOG
parent64799454a2186596c70324db2958d0fc231d6f1b (diff)
downloadrails-ef1232c478691a5c58105435deb31cbd4c973f8b.tar.gz
rails-ef1232c478691a5c58105435deb31cbd4c973f8b.tar.bz2
rails-ef1232c478691a5c58105435deb31cbd4c973f8b.zip
forgot to save CHANGELOG
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5786 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 3069dff849..40b4f5b746 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix assert_redirected_to bug where redirecting from a nested to to a top-level controller incorrectly added the current controller's nesting. Closes #6128. [Rick Olson]
+
* Singleton resources: POST /singleton => create, GET /singleton/new => new. [Jeremy Kemper]
* Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions. [Jeremy Kemper]