bdb62906 by jrivera

Updated changelog for 3.1.0

1 parent 02b31a5e
...@@ -2,6 +2,11 @@ CHANGELOG ...@@ -2,6 +2,11 @@ CHANGELOG
2 ========= 2 =========
3 3
4 -------------------- 4 --------------------
5 ## 3.1.0 (2016-06-09)
6 * Added manual rendition selection API via the `representations()` function on each instance of the HlsHandler class
7 * Pulled out and moved m3u8 parsing functionality into it's own project at https://github.com/videojs/m3u8-parser
8
9 --------------------
5 ## 3.0.5 (2016-06-02) 10 ## 3.0.5 (2016-06-02)
6 * Fixed a bug where the adaptive bitrate selection algorithm would not switch to media playlists that had already been fetched from the server previously 11 * Fixed a bug where the adaptive bitrate selection algorithm would not switch to media playlists that had already been fetched from the server previously
7 12
......