From 65d76a80d40e93531c5a81b8432aa780ad0a9e41 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:28:45 -0400 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c258ece857..56cd1c90c6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -86,7 +86,9 @@ Specviz2d Bug Fixes --------- -- Markers table can now export to CSV but its columns had to be changed to accomodate this fix: world and pixel (previously containing SkyCoordinate tuples) are now each two separate columns for world_ra/world_dec and pixel_x/pixel_y, respectively. [#3089] +- Markers table can now export to CSV but its columns had to be changed to accomodate this fix: + world and pixel (previously containing SkyCoord and pixel location tuples, respectively) are now + each two separate columns for world_ra/world_dec and pixel_x/pixel_y, respectively. [#3089] Cubeviz ^^^^^^^