diff --git a/CHANGES.rst b/CHANGES.rst index fbbdb5b603..42371351bf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,7 +16,7 @@ New Features - The colormap menu for image layers now shows in-line previews of the colormaps. [#2900] -- Plugins can now expose in-UI API hints. [#3137] +- Plugins can now expose in-UI API hints. [#3137, #3159] Cubeviz ^^^^^^^ diff --git a/jdaviz/components/plugin_color_picker.vue b/jdaviz/components/plugin_color_picker.vue index 90245516a8..41fe2e7b2b 100644 --- a/jdaviz/components/plugin_color_picker.vue +++ b/jdaviz/components/plugin_color_picker.vue @@ -3,7 +3,7 @@ diff --git a/jdaviz/configs/cubeviz/plugins/slice/slice.vue b/jdaviz/configs/cubeviz/plugins/slice/slice.vue index 9154133745..90848761fc 100644 --- a/jdaviz/configs/cubeviz/plugins/slice/slice.vue +++ b/jdaviz/configs/cubeviz/plugins/slice/slice.vue @@ -1,7 +1,7 @@