From f9befa8f39656a811fcbdaf2f3fcccd1618d7844 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 17 Jul 2020 22:42:40 +0200 Subject: [PATCH] prepare 1.40.0 python deltachat release --- python/CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/CHANGELOG b/python/CHANGELOG index a32c2def9..611e3c622 100644 --- a/python/CHANGELOG +++ b/python/CHANGELOG @@ -1,6 +1,8 @@ -0.900.0 (DRAFT) +1.40.0 --------------- +- uses latest 1.40+ Delta Chat core + - refactored internals to use plugin-approach - introduced PerAccount and Global hooks that plugins can implement @@ -10,6 +12,7 @@ - introduced two documented examples for an echo and a group-membership tracking plugin. + 0.800.0 -------