aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-02 20:10:11 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-02 20:10:11 +0000
commit3e7a4ecc57da31c908982f933de65d33ebbfc344 (patch)
tree92e7667f726b4755e61a87d99f08b3c4053bf1fa /actionpack/CHANGELOG
parent1f6c4aca28c5514e5d1b96b6372398aba76a3776 (diff)
downloadrails-3e7a4ecc57da31c908982f933de65d33ebbfc344.tar.gz
rails-3e7a4ecc57da31c908982f933de65d33ebbfc344.tar.bz2
rails-3e7a4ecc57da31c908982f933de65d33ebbfc344.zip
Fixed redirects when the controller and action is named the same. Still haven't fixed same controller, module, and action, though #201 [Josh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@321 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 90db91610f..ec269757ae 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed redirects when the controller and action is named the same. Still haven't fixed same controller, module, and action, though #201 [Josh]
+
* Fixed problems with running multiple functional tests in Rails under 1.8.2 by including hack for test/unit weirdness
* Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz]