From afd084b83026caae39cb8d4e2e9625370e723e78 Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Wed, 15 Mar 2023 20:42:19 +0100 Subject: [PATCH] Update changelog for v0.41.1 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294a68ee60..4265a14264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## Version 0.41.1 (2023/03/15) + +### Issues Closed + +* [Issue 2414](https://github.com/pytroll/satpy/issues/2414) - Certain composite images not plotting correctly using imshow - but they are fine using `scene.show()` + +In this release 1 issue was closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 2415](https://github.com/pytroll/satpy/pull/2415) - Fix dataid attribute access in JMA HRIT readers + +In this release 1 pull request was closed. + + ## Version 0.41.0 (2023/03/14) ### Issues Closed