From 6814f7531746651537797f6c5dd9315c5d55e0fe Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Wed, 23 Oct 2024 12:46:22 +0200 Subject: [PATCH] Update changelog for v0.52.1 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d69b8db96..eefa202dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## Version 0.52.1 (2024/10/23) + +### Issues Closed + +* [Issue 2942](https://github.com/pytroll/satpy/issues/2942) - 0.52.0 breaks `seviri_l2_grib`-reader with 'EUML2GribFileHandler' object has no attribute '_ssp_lon' ([PR 2943](https://github.com/pytroll/satpy/pull/2943) by [@strandgren](https://github.com/strandgren)) + +In this release 1 issue was closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 2944](https://github.com/pytroll/satpy/pull/2944) - Fix tests using `palettize` +* [PR 2943](https://github.com/pytroll/satpy/pull/2943) - Fix seviri_l2_grib end_time property bug. ([2942](https://github.com/pytroll/satpy/issues/2942)) + +In this release 2 pull requests were closed. + + ## Version 0.52.0 (2024/10/18) ### Issues Closed