diff --git a/CHANGES.rst b/CHANGES.rst index 676130399a..f5c1e16509 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -26,7 +26,7 @@ Specviz2d API Changes ----------- - Removed API access to plugins that have passed the deprecation period: Links Control, Canvas Rotation, Export Plot. [#3270] - + - Renamed the ``Subset Tools`` plugin to ``Subsets`` which now exposes the ``subset``, ``combination_mode``, ``get_center``, and ``set_center`` in the user API. [#3293] - Metadata plugin: ``metadata_plugin.metadata`` API has been deprecated; use @@ -101,6 +101,8 @@ Cubeviz - Fixed initializing a Gaussian1D model component when ``Cube Fit`` is toggled on. [#3295] +- Spectral extraction now correctly respects the loaded mask cube. [#3319] + Imviz ^^^^^