From 57141e478c375e0913d11d27be02c9b032921925 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 26 Feb 2020 15:15:45 +0100 Subject: [PATCH] also add a changelog for plugin things --- python/CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python/CHANGELOG b/python/CHANGELOG index 7e6038376..9b8ec1de8 100644 --- a/python/CHANGELOG +++ b/python/CHANGELOG @@ -1,3 +1,11 @@ +0.900.0 (DRAFT) +--------------- + +- refactored internals to use plugin-approach + +- introduced PerAccount and Global hooks that plugins can implement + + 0.800.0 -------