diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 106358e31..72083bedd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +2.2.4 (2024-10-23) +================== + +Bug Fixes +--------- + +- Fix support for astropy 7.0, this involved a change to ``CompoundLowLevelWCS`` so that in handles ``pixel_bounds`` if only one component WCS sets a pixel bound. (`#772 `__) + + 2.2.3 (2024-10-17) ================== diff --git a/changelog/772.bugfix.rst b/changelog/772.bugfix.rst deleted file mode 100644 index 278bb0d32..000000000 --- a/changelog/772.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix support for astropy 7.0, this involved a change to ``CompoundLowLevelWCS`` so that in handles ``pixel_bounds`` if only one component WCS sets a pixel bound.