aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-09-04 20:25:43 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-09-04 20:25:43 +0000
commit9514e4e6ad2d52b0a357b4558cddceb110f5e9ab (patch)
treea4512fc6f93df5ff48ffa104fb2d557ef606125a /actionpack/CHANGELOG
parent40762a48732185ce344cde351dfc6f4a67941f09 (diff)
downloadrails-9514e4e6ad2d52b0a357b4558cddceb110f5e9ab.tar.gz
rails-9514e4e6ad2d52b0a357b4558cddceb110f5e9ab.tar.bz2
rails-9514e4e6ad2d52b0a357b4558cddceb110f5e9ab.zip
Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that doesn't have an extension [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4999 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 c4774df274..1f425f914d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that doesn't have an extension [DHH]
+
* Added locals hash to partials, which makes for convenient access of some times available/some times not variables #5491 [wbruce@gmail.com]. Example:
# two different render calls