From bd29767c3b75c0ab7dc4c035ea1b33983557500a Mon Sep 17 00:00:00 2001 From: pylipp Date: Sat, 5 Dec 2020 23:02:33 +0100 Subject: [PATCH] Add note to Changelog Fix #53 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4ebd50c..9b82783 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The app is tested against Python 3.9. ### Fixed - Filtering by the 'value' field when using the `list` command now works. (#58) +### Removed +- As announced in v0.23.0.0, flask-webservice related functionality has been moved to a dedicated plugin, [financeager-flask](https://github.com/pylipp/financeager-flask). If you were using the flask-webservice before, install the new package when updating financeager, at least on the client side. (#53) ## [v0.23.1.0] - 2020-03-05 ### Added