diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-02 06:46:41 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-02 06:46:41 +0000 |
commit | a53372c273a06681c3e4e51faa5b0f7757d35d0b (patch) | |
tree | 3e01a29582ab4b85d10e67dc1e98722ff380f840 /actionpack/CHANGELOG | |
parent | 3553b59d3c27ed06dfa9bb5a2265e101d2f3c2f6 (diff) | |
download | rails-a53372c273a06681c3e4e51faa5b0f7757d35d0b.tar.gz rails-a53372c273a06681c3e4e51faa5b0f7757d35d0b.tar.bz2 rails-a53372c273a06681c3e4e51faa5b0f7757d35d0b.zip |
Added that UrlHelper#mail_to will now also encode the default link title #749 [f.svehla@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1601 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 5c8534520d..6fbe896fd6 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added that UrlHelper#mail_to will now also encode the default link title #749 [f.svehla@gmail.com] + * Removed the default option of wrap=virtual on FormHelper#text_area to ensure XHTML compatibility #1300 [thomas@columbus.rr.com] * Adds the ability to include XML CDATA tags using Builder #1563 [Josh Knowles]. Example: |