From 67ead77375b60de339af04018259337307a37fcc Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 20 May 2022 15:47:07 +0200 Subject: [PATCH] Add deprecated section in changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 533c605d3..f428f7663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,11 @@ - Add an option to sort the feed entries by `updated_at` by @agallou in https://github.com/wallabag/wallabag/pull/5659 - Add support to download webp image locally by @j0k3r in https://github.com/wallabag/wallabag/pull/5687 - Update readme and docker development env by @Kdecherf in https://github.com/wallabag/wallabag/pull/5662 -- Deprecate Baggy theme by @j0k3r in https://github.com/wallabag/wallabag/pull/5742 - Add action to assign a search as a tag to each result by @nicosomb in https://github.com/wallabag/wallabag/pull/5381 - Drop PHP prior to 7.4 by @yguedidi in https://github.com/wallabag/wallabag/pull/5791 + +### Deprecated features +- Deprecate Baggy theme by @j0k3r in https://github.com/wallabag/wallabag/pull/5742 - Deprecate mobi export by @Kdecherf in https://github.com/wallabag/wallabag/pull/5775 ### API @@ -32,7 +34,6 @@ - Disable XDebug in test make recipe by @yguedidi in https://github.com/wallabag/wallabag/pull/5770 - Exclude local phpunit.xml by @yguedidi in https://github.com/wallabag/wallabag/pull/5757 - Upgrade PHP dependencies by @yguedidi in https://github.com/wallabag/wallabag/pull/5778 -- Merge branch 2.5.0 in master by @j0k3r in https://github.com/wallabag/wallabag/pull/5794 ### Translations