From 0b80233bf0f1e39de55d008eed62723ae3391afe Mon Sep 17 00:00:00 2001 From: jrivera Date: Tue, 31 May 2016 12:10:42 -0400 Subject: [PATCH] Update changelog for 3.0.4 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d727e5e..f102a9dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +-------------------- +## 3.0.4 (2016-5-31) +* Added support for multiple alternate audio tracks +* New class SegmentLoader contains all buffer maintenence and segment fetching logic +* New class SourceUpdater tracks the state of asynchronous operations on a SourceBuffer and queues operations for future execution if the SoureBuffer is busy +* New class MasterPlaylistController now encapsulates operations on the master playlist and coordinates media playlists and segment loaders +* Bug fixes related to fetching and buffer maintenance + -------------------- ## 2.0.1 (2016-03-11)