aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-16 05:05:43 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-16 05:05:43 +0000
commit7b47f150fd73dc84652498a960fc17b601e77a0a (patch)
treef5d6903b0d74aaea97f6460a133a2708d685e04f /actionpack/CHANGELOG
parentcc6c48f0a8df33d706180bb22e1f39044b1dcbef (diff)
downloadrails-7b47f150fd73dc84652498a960fc17b601e77a0a.tar.gz
rails-7b47f150fd73dc84652498a960fc17b601e77a0a.tar.bz2
rails-7b47f150fd73dc84652498a960fc17b601e77a0a.zip
Its Iraq, not Irak #1443 [ivan]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1427 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 5c61cf49b8..4ce455bc80 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -501,7 +501,7 @@
* Added FormTagHelper that provides a number of methods for creating form tags that doesn't rely on conventions with an object assigned to the template like FormHelper does. With the FormTagHelper, you provide the names and values yourself.
-* Added Afghanistan, Iran, and Irak to the countries list used by FormOptions#country_select and FormOptions#country_options_for_select
+* Added Afghanistan, Iran, and Iraq 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