aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-01-28 14:16:25 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-01-28 14:16:25 +0000
commitdad60e78010384b93712327ccf0eac45d077b815 (patch)
tree1846094b97d5c5a0c2bf43205bb07dc58ac46840 /actionpack/CHANGELOG
parent5224b62ae360d35891e562918a438ab4761ecf1f (diff)
downloadrails-dad60e78010384b93712327ccf0eac45d077b815.tar.gz
rails-dad60e78010384b93712327ccf0eac45d077b815.tar.bz2
rails-dad60e78010384b93712327ccf0eac45d077b815.zip
mail_to :encode => 'hex' also encodes the mailto: part of the href attribute as well as the linked email when no name is given. Closes #2061.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6070 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 8d55653916..4bb6e31e23 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* mail_to :encode => 'hex' also encodes the mailto: part of the href attribute as well as the linked email when no name is given. #2061 [Jarkko Laine, pfc.pille@gmx.net]
+
* Resource member routes require :id, eliminating the ambiguous overlap with collection routes. #7229 [dkubb]
* Remove deprecated assertions. [Jeremy Kemper]