From 53128cc64b88da8f78d454382e6170fb6de3890c Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Mon, 22 Jun 2020 16:25:57 +0200 Subject: [PATCH] update changelog for 1.39 and fix the one for 1.36 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23ba16f7..3ee827079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.39.0 + +- fix handling of `mvbox_watch`, `sentbox_watch`, `inbox_watch` #1654 #1658 + +- fix potential panics, update dependencies #1650 #1655 + + ## 1.38.0 - fix sorting, esp. for multi-device @@ -21,6 +28,8 @@ - parse ndn (network delivery notification) reports and report failed messages as such #1552 #1622 #1630 +- add oauth2 support for gsuite domains #1626 + - read image orientation from exif before recoding #1619 - improve logging #1593 #1598