aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRoberto Miranda <rjmaltamar@gmail.com>2017-06-03 11:30:01 -0500
committerRoberto Miranda <rjmaltamar@gmail.com>2017-06-29 08:59:54 -0500
commit43efae22a7a59d5fe0be599bd074c5e7d881266a (patch)
tree46b09bb4ad1d9452f85dfe8968cb52c0910aa7c2 /actionview/CHANGELOG.md
parent4448873c8755524ccadd639d1a08df53496c36d7 (diff)
downloadrails-43efae22a7a59d5fe0be599bd074c5e7d881266a.tar.gz
rails-43efae22a7a59d5fe0be599bd074c5e7d881266a.tar.bz2
rails-43efae22a7a59d5fe0be599bd074c5e7d881266a.zip
Add `srcset` option to `image_tag` helper
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index e618183129..334b888b9b 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `srcset` option to `image_tag` helper
+
+ *Roberto Miranda*
+
* Fix issues with scopes and engine on `current_page?` method.
Fixes #29401.