From 2bc88d4f74a36e8014534c4b574140a8a3fc624d Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Sat, 21 Dec 2013 14:02:47 +0100 Subject: Add a changelog entry for #13363 [ci skip] --- actionview/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'actionview') 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. -- cgit v1.2.3