0b80233b by jrivera

Update changelog for 3.0.4

1 parent b0fe8348
...@@ -2,6 +2,14 @@ CHANGELOG ...@@ -2,6 +2,14 @@ CHANGELOG
2 ========= 2 =========
3 3
4 -------------------- 4 --------------------
5 ## 3.0.4 (2016-5-31)
6 * Added support for multiple alternate audio tracks
7 * New class SegmentLoader contains all buffer maintenence and segment fetching logic
8 * New class SourceUpdater tracks the state of asynchronous operations on a SourceBuffer and queues operations for future execution if the SoureBuffer is busy
9 * New class MasterPlaylistController now encapsulates operations on the master playlist and coordinates media playlists and segment loaders
10 * Bug fixes related to fetching and buffer maintenance
11
12 --------------------
5 13
6 ## 2.0.1 (2016-03-11) 14 ## 2.0.1 (2016-03-11)
7 * First release of the ES6 version of the SourceHandler 15 * First release of the ES6 version of the SourceHandler
......