From 56acf751c5c51b8056be20f7fe02a89d89198dd8 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Sun, 4 Mar 2018 16:10:45 +0100 Subject: [PATCH] @cosmetic Updated Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 169f3a371..580c69641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ - Added console logging in case NLog fails to initialize. [Taloth Saldono] ### **Fixes** +- Changes in http redirect logic causing failed grabs and >25% cpu usage. [Leonardo Galli] +- Http->https redirects do not use the tls1.2 curl fallback. [Leonardo Galli] +- Dates before 1970 causing an exception. [Leonardo Galli] +- Browser not updating on Movie File Imported. [Leonardo Galli] - Movies not getting unmonitored when folder gets deleted (#2588) [Simon Chapman] - NLog causing a crash under mono 5.10. [Leonardo Galli] - Revert "Fixed: Updated NLog to 4.5 RC6 to handle mono 5.10" [Leonardo Galli]