From 0b4770018d07eef723a09737e3c8d7e1a39bdf68 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 21 Mar 2024 09:06:17 +0100 Subject: [PATCH] add a first changelog for the last week of changes --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a59cf4bc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog for chatmail deployment + +## unreleased + +### Changes since March 15th, 2024 + +- Persist tokens to avoid iOS users loosing push-notifications when the + chatmail metadata service is restarted (happens regularly during deploys) + ([#238](https://github.com/deltachat/chatmail/pull/239) + +- Fix failing sieve-script compile errors on incoming messages + ([#237](https://github.com/deltachat/chatmail/pull/239) + +- Fix quota reporting after expunging of old mails + ([#233](https://github.com/deltachat/chatmail/pull/239)