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