From 77b7c7ee9892c4481cf4dd35e8850306f2135a15 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 10 Mar 2015 15:17:51 -0700 Subject: [PATCH] Update changelog for v1.2.1 bugfixes. Change-Id: Iff6fbe76598296129eca45385f028312707eedd7 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af50138ea..15c15457bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 1.2.1 (2015-03-10) + +A roll-up of recent bugfixes, plus a few minor additions to the test app. +Branched from v1.2.0. + +Bugfixes: + - Try to recover from a streaming failure. + - https://github.com/google/shaka-player/issues/28 + - Ignore spurious error events from the video tag. + - Update docs WRT content restrictions and folder organization. + - Fix clearkey errors in Chrome 42+. + - Fix computation of the number of segments in MpdProcessor. + - Only affects assets which use SegmentTemplate with a duration attribute. + +Test app features: + - Rename a confusing asset. + - Add a button to cycle video tracks. + - Support MPD init data overrides for all DRM schemes. + + ## 1.2.0 (2015-02-24) Lots of internal refactoring and bugfixes, and a few new features.