From 5fdcb0084b69cf329b95224756a8e6f5c1152f5b Mon Sep 17 00:00:00 2001 From: jrivera Date: Wed, 23 Nov 2016 14:07:37 -0500 Subject: [PATCH] updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4998597..0b858df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +-------------------- +## 4.0.1 (2016-11-23) +* Revert "Upgrade aes-decrypter to use webcrypto for HLSe decryption where available. (#777)" [#922](https://github.com/videojs/videojs-contrib-hls/pull/922) + * WebCrypto's subtle-crypto was failing to decrypt segments that worked previously with the JavaScript-only implementation + -------------------- ## 4.0.0 (2016-11-21) * Simplified the algorithm at the heart of SegmentLoader as much as possible [#875](https://github.com/videojs/videojs-contrib-hls/pull/875)