diff options
author | Carl Lerche <carllerche@mac.com> | 2010-04-08 18:11:26 -0700 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-04-08 18:11:26 -0700 |
commit | 99d54599215c2a8cea7e57f609e8e578043d71b2 (patch) | |
tree | ad6dd5ac7a65525f3b372d52194b50d035ce1579 /actionpack/CHANGELOG | |
parent | 1e3dce08e11bd11e7d774512ea599166c4c45378 (diff) | |
download | rails-99d54599215c2a8cea7e57f609e8e578043d71b2.tar.gz rails-99d54599215c2a8cea7e57f609e8e578043d71b2.tar.bz2 rails-99d54599215c2a8cea7e57f609e8e578043d71b2.zip |
Fixed that default locale templates should be used if the current locale template is missing [DHH]
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 84481d0194..49ca36cc26 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.0.0 [Edge] (pending)* +* Fixed that default locale templates should be used if the current locale template is missing [DHH] + * Added all the new HTML5 form types as individual form tag methods (search, url, number, etc) #3646 [Stephen Celis] * Changed the object used in routing constraints to be an instance of |