diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2010-04-08 11:46:56 -0700 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2010-04-08 11:49:34 -0700 |
commit | 00ee9b33698715fb9265a227715a443e21762ea1 (patch) | |
tree | 11a2b17af2308452157b967fac8666ccd93fcb4d /actionpack/CHANGELOG | |
parent | e7f0d37c91c91a6b2f2a1232c1a670e59165dc19 (diff) | |
download | rails-00ee9b33698715fb9265a227715a443e21762ea1.tar.gz rails-00ee9b33698715fb9265a227715a443e21762ea1.tar.bz2 rails-00ee9b33698715fb9265a227715a443e21762ea1.zip |
Revert "adds #favicon_link_tag and #apple_touch_icon_link_tag" -- these tags are too specific.
This reverts commit 6891f46d10957f21f200fc4dc2b6076ff411b1da, ec8610cfdc32d0fe816fb22405e00ef1b6c90d73, and d18ff1b7efd96e7c08bc1a15137735be45f87e07.
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 3c765933ef..84481d0194 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,7 +1,5 @@ *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 |