From 11b0a22e9108a70880fd8e822c1637f97db5e41b Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 20 Sep 2023 15:33:42 -0500 Subject: [PATCH] Update release notes for 0.4.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb98575..27ca8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## Version 0.4.0 (2023/09/20) + +### Issues Closed + +* [Issue 49](https://github.com/pytroll/pydecorate/issues/49) - pkg_resources is deprecated as an API ([PR 50](https://github.com/pytroll/pydecorate/pull/50) by [@zmoon](https://github.com/zmoon)) +* [Issue 47](https://github.com/pytroll/pydecorate/issues/47) - Add logo incompat with Pillow v10 ([PR 48](https://github.com/pytroll/pydecorate/pull/48) by [@zmoon](https://github.com/zmoon)) +* [Issue 43](https://github.com/pytroll/pydecorate/issues/43) - "OSError: cannot load font (no text renderer)" + +In this release 3 issues were closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 48](https://github.com/pytroll/pydecorate/pull/48) - Fix add logo functionality for Pillow v10 ([47](https://github.com/pytroll/pydecorate/issues/47)) + +#### Features added + +* [PR 50](https://github.com/pytroll/pydecorate/pull/50) - Stop using `pkg_resources` ([49](https://github.com/pytroll/pydecorate/issues/49)) +* [PR 44](https://github.com/pytroll/pydecorate/pull/44) - [pre-commit.ci] pre-commit autoupdate + +#### Documentation changes + +* [PR 35](https://github.com/pytroll/pydecorate/pull/35) - Fix readthedocs building after Python 3.8 was dropped + +In this release 4 pull requests were closed. + + ## Version 0.3.4 (2023/02/15) ### Issues Closed