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)