From 65d05be0be7a861903bfa3590e21c1f232a9d2a1 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Mon, 25 Nov 2019 19:39:04 +0000 Subject: [PATCH] Add changelog --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4df40a13ccf1..4e7ded099e02 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -707,6 +707,9 @@ astropy.wcs - Added ``fit_wcs_from_points`` function to ``astropy.wcs.utils``. Fits a WCS object to set of matched detector/sky coordinates. [#9469] +- ``FITSWCSAPIMixin`` now returns tuples not lists from ``pixel_to_world`` and + ``world_to_pixel``. [#9678] + API Changes -----------