aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-19 12:19:20 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-19 12:19:20 +0000
commit5eac7ad1d992ce3dfd4943e3226db745ef528539 (patch)
tree7d59bcd69c51dad79e386f700cd17c9cd89188cd /actionpack/CHANGELOG
parent0369ec79a9c752cac137ae8223e47215a34c39d2 (diff)
downloadrails-5eac7ad1d992ce3dfd4943e3226db745ef528539.tar.gz
rails-5eac7ad1d992ce3dfd4943e3226db745ef528539.tar.bz2
rails-5eac7ad1d992ce3dfd4943e3226db745ef528539.zip
Updated tests for TextHelper#auto_link
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@685 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG6
1 files changed, 5 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index ac15f159ec..3c4f8ee249 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,10 +1,14 @@
*SVN*
+* Added Iran and Irak to the countries list used by FormOptions#country_select and FormOptions#country_options_for_select
+
+* Renamed link_to_image to link_image_to (since thats what it actually does) -- kept alias for the old method name
+
* Fixed textilize for RedCloth3 to keep doing hardbreaks
* Fixed that assert_template_xpath_matches did not indicate when a path was not found #658 [Eric Hodel]
-* Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_link_email_addresses to turn those elements into ahrefs
+* Added TextHelper#auto_link to turn email addresses and urls into ahrefs
* Fixed that on validation errors, scaffold couldn't find template #654 [mindel]