aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2013-12-21 14:02:47 +0100
committerRobin Dupret <robin.dupret@gmail.com>2013-12-21 14:03:14 +0100
commit2bc88d4f74a36e8014534c4b574140a8a3fc624d (patch)
tree16f13ed325390a2127aeadd416b585beb6664a47 /actionview/CHANGELOG.md
parent269424b0bb8c103418d8a948bf88ca708350ebff (diff)
downloadrails-2bc88d4f74a36e8014534c4b574140a8a3fc624d.tar.gz
rails-2bc88d4f74a36e8014534c4b574140a8a3fc624d.tar.bz2
rails-2bc88d4f74a36e8014534c4b574140a8a3fc624d.zip
Add a changelog entry for #13363 [ci skip]
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 0f38195514..b74b36c439 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,11 @@
+* The `video_tag` helper accepts a number as `:size`
+
+ The `:size` option of the `video_tag` helper now can be specified
+ with a stringified number. The `width` and `height` attributes of
+ the generated tag will be the same.
+
+ *Kuldeep Aggarwal*
+
* A Cycle object should accept an array and cycle through it as it would with a set of
comma-separated objects.