From 1d273cf92870bd13dedf15e3e57874475d9466ab Mon Sep 17 00:00:00 2001 From: astrofrog Date: Fri, 3 Feb 2023 21:20:49 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGES.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 74663286..7f47162e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,25 @@ # Full changelog +## v0.16.0 - 2023-02-03 + + +### What's Changed + +#### Bug Fixes + +- Fix updating of image viewer when data is modified by @astrofrog in https://github.com/glue-viz/glue-jupyter/pull/339 +- Fix initial limits of viewers by @astrofrog in https://github.com/glue-viz/glue-jupyter/pull/344 + +#### New Features + +- Initial support for unit conversion in profile viewer by @astrofrog in https://github.com/glue-viz/glue-jupyter/pull/311 + +#### Other Changes + +- MNT: Replace zmq ioloop with tornado by @pllim in https://github.com/glue-viz/glue-jupyter/pull/343 + +**Full Changelog**: https://github.com/glue-viz/glue-jupyter/compare/v0.15.0...v0.16.0 + ## v0.15.0 - 2022-12-19