From eb139901e8eda6da3cd5728fa675fe5d92e8a3bc Mon Sep 17 00:00:00 2001 From: Hexah Date: Sat, 27 Jun 2020 21:41:34 +0200 Subject: [PATCH] Changelog for 1.3.3 #44 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72895ee..0b96a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.3 +- Error handling when using `getStream` if the connection fails. If it fails more than 5 times on the same request the exception will be thrown anyways. +- Caching of player source for 10 minutes. + ## 1.3.2 - Minor caching changes.