From a9251bc09a3230f98372623c0b3c5c845864c0cf Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Mon, 6 Jun 2022 17:16:01 +0200 Subject: [PATCH] Release 3.0 --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f82589f39..c81a5a34a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,20 @@ The format is based on ## [Unreleased] +## [3.0] - 2022-06-06 + +### Added +- Support for Python 3.9 & 3.10 +- Custom XPath function (d:class("foo")) instead of substring match +- Support for user plugins +- Many comics + ### Removed -- Python 2 support +- Python 2 & 3.5-3.6 support +- Some comics + +### Fixed +- Many comics ## [2.17] - 2020-02-02 @@ -823,7 +835,8 @@ the 2.16 release to fix the broken update check in that release. - Initial public release -[Unreleased]: https://github.com/webcomics/dosage/compare/2.17...HEAD +[Unreleased]: https://github.com/webcomics/dosage/compare/3.0...HEAD +[3.0]: https://github.com/webcomics/dosage/compare/2.17...3.0 [2.17]: https://github.com/webcomics/dosage/compare/2.16...2.17 [2.16]: https://github.com/webcomics/dosage/compare/2.15...2.16 [2.15]: https://github.com/webcomics/dosage/compare/2.14...2.15