diff options
author | Xavier Noria <fxn@hashref.com> | 2010-04-07 15:07:07 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-04-07 15:07:07 -0700 |
commit | 6891f46d10957f21f200fc4dc2b6076ff411b1da (patch) | |
tree | b2cb2aac5e5de529b7a507e52a52e6d86fc9be0b /actionpack | |
parent | ec8610cfdc32d0fe816fb22405e00ef1b6c90d73 (diff) | |
download | rails-6891f46d10957f21f200fc4dc2b6076ff411b1da.tar.gz rails-6891f46d10957f21f200fc4dc2b6076ff411b1da.tar.bz2 rails-6891f46d10957f21f200fc4dc2b6076ff411b1da.zip |
adds #favicon_link_tag and #apple_touch_icon_link_tag to AP's CHANGELOG
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 84481d0194..3c765933ef 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.0.0 [Edge] (pending)* +* New helpers #favicon_link_tag and #apple_touch_icon_link_tag [fxn] + * 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 |