From 6226254ac27724b7ac67ffb4316de0b5febcb244 Mon Sep 17 00:00:00 2001 From: astrofrog Date: Wed, 26 Jun 2024 12:55:57 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2a856bdb..74921390 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,21 @@ # Full changelog +## v0.22.0 - 2024-06-26 + + +### What's Changed + +#### New Features + +* Add support for 3D VisPy viewers by @astrofrog in https://github.com/glue-viz/glue-jupyter/pull/453 + +#### Other Changes + +* Allow viewers to use BasicJupyterToolbar subclasses by @astrofrog in https://github.com/glue-viz/glue-jupyter/pull/452 +* Updated image hashes by @astrofrog in https://github.com/glue-viz/glue-jupyter/pull/454 + +**Full Changelog**: https://github.com/glue-viz/glue-jupyter/compare/v0.21.0...v0.22.0 + ## v0.21.0 - 2024-04-25