From 19f7ac497f3559de07495614a848a0146d6ef4d2 Mon Sep 17 00:00:00 2001 From: astrofrog Date: Tue, 20 Aug 2024 12:22:34 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 74921390..57d975b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,22 @@ # Full changelog +## v0.22.1 - 2024-08-20 + + +### What's Changed + +#### Bug Fixes + +* Remove debug panel in ipyvolume viewers by @Carifio24 in https://github.com/glue-viz/glue-jupyter/pull/457 +* Updates for ipyvolume viewer issues by @Carifio24 in https://github.com/glue-viz/glue-jupyter/pull/456 +* Fix issue with contour labels not updating after unit change by @astrofrog in https://github.com/glue-viz/glue-jupyter/pull/461 + +#### Other Changes + +* Allow using non-SVG icons in toolbar by @Carifio24 in https://github.com/glue-viz/glue-jupyter/pull/465 + +**Full Changelog**: https://github.com/glue-viz/glue-jupyter/compare/v0.22.0...v0.22.1 + ## v0.22.0 - 2024-06-26