From 92175b27ab641e7a4ae9d7424223dd1d61a948cf Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 18 Nov 2020 14:30:22 +0100 Subject: [PATCH] update changelog for 1.50 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd388c7d..d91dc7970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.50.0 + +- do not fetch emails in between inbox_watch disabled and enabled again #2087 + +- fix: do not fetch from INBOX if inbox_watch is disabled #2085 + +- fix: do not use STARTTLS when PLAIN connection is requested + and do not allow downgrade if STARTTLS is not available #2071 + + ## 1.49.0 - add timestamps to image and video filenames #2068