aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-07-14 09:28:56 +0000
committerMichael Koziarski <michael@koziarski.com>2007-07-14 09:28:56 +0000
commit5476a6a6c7e3be5722481a2bd3b60322f1672c1e (patch)
treef34a4599aac4de840fc80eb65294bebee196e50f /actionpack/CHANGELOG
parentf9b7394430f50c110b0f07d7e3c06d5b3d9b0f44 (diff)
downloadrails-5476a6a6c7e3be5722481a2bd3b60322f1672c1e.tar.gz
rails-5476a6a6c7e3be5722481a2bd3b60322f1672c1e.tar.bz2
rails-5476a6a6c7e3be5722481a2bd3b60322f1672c1e.zip
Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7186 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 885f318d5d..198e4a2fac 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]
+
* Make sure missing template exceptions actually say which template they were looking for. Closes #8683 [dasil003]
* Fix errors with around_filters which do not yield, restore 1.1 behaviour with after filters. Closes #8891 [skaes]