aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-01-12 07:02:38 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-01-12 07:02:38 +0000
commitfa619b051b5e12c6b1e8b91a32d6738edafcc3af (patch)
tree65c2f7f06dfd0af184d212367f6d6d9f69191d91 /actionpack/CHANGELOG
parentfe736a54f914b7cf406988f42df6c5c129d821a5 (diff)
downloadrails-fa619b051b5e12c6b1e8b91a32d6738edafcc3af.tar.gz
rails-fa619b051b5e12c6b1e8b91a32d6738edafcc3af.tar.bz2
rails-fa619b051b5e12c6b1e8b91a32d6738edafcc3af.zip
link_to_unless_current works with full URLs as well as paths. Closes #6891.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5896 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 a0d2015f20..bc1dd897e1 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* link_to_unless_current works with full URLs as well as paths. #6891 [Jarkko Laine, manfred, idrifter]
+
* Lookup the mime type for #auto_discovery_link_tag in the Mime::Type class. Closes #6941 [Josh Peek]
* Fix bug where nested resources ignore a parent singleton parent's path prefix. Closes #6940 [Dan Kubb]