From b51d83090b768701fed91f01ac1776e41f61d12e Mon Sep 17 00:00:00 2001 From: heff Date: Tue, 20 Jan 2015 11:00:37 -0800 Subject: [PATCH] Added a line to the changelog, closes #1814 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f41ef695..0ac1836c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ CHANGELOG ## HEAD (Unreleased) * @heff exported missing source handler functions ([view](https://github.com/videojs/video.js/pull/1787)) * @heff fixed type support checking for an empty src string ([view](https://github.com/videojs/video.js/pull/1797)) +@carpasse fixed a bug in updating child indexes after removing components ([view](https://github.com/videojs/video.js/pull/1814)) --------------------