From 6044438139e7fe4f3b8501c047f13c60d7f7c1b0 Mon Sep 17 00:00:00 2001 From: Mihai Cara Date: Wed, 17 Jul 2024 13:45:50 -0400 Subject: [PATCH] Fix a change log typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f57e9d4..94af377 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,7 +14,7 @@ Release Notes ignores intersection polygons that raise ``MalformedPolygonError`` in the ``spherical_geometry`` package. This may result in sub-optimal alignment *order* but in practice, it should have minimal effect - on the end result. [#281] + on the end result. [#205] - ``align_wcs`` now will raise a custom exception of type ``NotEnoughCatalogs`` when there are not enough input catalogs to perform alignment. [#203]