aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-02-01 09:43:39 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-02-02 17:56:22 +0100
commit2ecc678ed6ab60c1bdc7dce67c0c908542c5008d (patch)
treefbff29a324181432279363bb229f62bf8d345d4b /actionpack/CHANGELOG
parentbeca1f2e151558ded3d5a4efebd328ab2533edc6 (diff)
downloadrails-2ecc678ed6ab60c1bdc7dce67c0c908542c5008d.tar.gz
rails-2ecc678ed6ab60c1bdc7dce67c0c908542c5008d.tar.bz2
rails-2ecc678ed6ab60c1bdc7dce67c0c908542c5008d.zip
Added localized rescue (404.da.html) [#1835 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index f5fcc582c8..546311e078 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,3 +1,8 @@
+*Edge*
+
+* Added localized rescue template when I18n.locale is set (ex: public/404.da.html) #1835 [José Valim]
+
+
*2.3.0 [RC1] (February 1st, 2009)*
* Make the form_for and fields_for helpers support the new Active Record nested update options. #1202 [Eloy Duran]