ea17b386 by jrivera

Updated changelog for release

1 parent 23bf150f
...@@ -2,6 +2,16 @@ CHANGELOG ...@@ -2,6 +2,16 @@ CHANGELOG
2 ========= 2 =========
3 3
4 -------------------- 4 --------------------
5 ## 3.3.0 (2016-07-25)
6 * No longer timeout segment requests if there is only one playlist left or if we are on the lowest rendition available
7 * Fixed a bug where sometimes the first segment was not fetched when it should have been
8
9 --------------------
10 ## 3.2.0 (2016-07-15)
11 * Added an algorithm to seek over gaps in the video element's buffer when they are created because of missing video or audio frames
12 * Moved the AES decryption logic to it's [own project](https://github.com/videojs/aes-decrypter)
13
14 --------------------
5 ## 3.1.0 (2016-06-09) 15 ## 3.1.0 (2016-06-09)
6 * Added manual rendition selection API via the `representations()` function on each instance of the HlsHandler class 16 * 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 17 * Pulled out and moved m3u8 parsing functionality into it's own project at https://github.com/videojs/m3u8-parser
......