From c930465a94f63c9d6a9db1b0c3db033d0369a396 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 6 Jul 2022 19:04:53 -0500 Subject: [PATCH] Update release notes for 1.24.1 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd55957e9..708a4309d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## Version 1.24.1 (2022/07/06) + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 441](https://github.com/pytroll/pyresample/pull/441) - Fix infinite coordinates failing to be equal + +#### Features added + +* [PR 443](https://github.com/pytroll/pyresample/pull/443) - Remove Python 3.7 support + +#### Backward incompatible changes + +* [PR 443](https://github.com/pytroll/pyresample/pull/443) - Remove Python 3.7 support + +In this release 3 pull requests were closed. + + ## Version 1.24.0 (2022/07/06) ### Issues Closed