aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-09 04:06:14 -0700
committerXavier Noria <fxn@hashref.com>2010-04-09 04:06:14 -0700
commit773b2f0c9bdb7d27c0c18e000183c0ca8e56063d (patch)
tree2f7779c3fb6931908a7d703371b9fa8a3bda6912 /actionpack/CHANGELOG
parentcb8fa3573c7cfcbc8a59acb6cfbde99f71dcccaa (diff)
downloadrails-773b2f0c9bdb7d27c0c18e000183c0ca8e56063d.tar.gz
rails-773b2f0c9bdb7d27c0c18e000183c0ca8e56063d.tar.bz2
rails-773b2f0c9bdb7d27c0c18e000183c0ca8e56063d.zip
adds an entry for #favicon_link_tag in AP's CHANGELOG
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 49ca36cc26..6efed4a995 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.0.0 [Edge] (pending)*
+* Added #favicon_link_tag, it uses #image_path so in particular the favicon gets an asset ID [fxn]
+
* 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]