From 1876875940aa876071776b51cf6b017a67702a88 Mon Sep 17 00:00:00 2001 From: astrofrog Date: Tue, 5 Nov 2024 11:44:32 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 266976c3..7a2d1235 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,20 @@ # Full changelog +## v0.23.1 - 2024-11-05 + + +### What's Changed + +#### Bug Fixes + +* Make limits cache private for serialization by @Carifio24 in https://github.com/glue-viz/glue-jupyter/pull/474 + +#### Other Changes + +* Try and improve responsiveness when debounced isn't really needed by @astrofrog in https://github.com/glue-viz/glue-jupyter/pull/472 + +**Full Changelog**: https://github.com/glue-viz/glue-jupyter/compare/v0.23.0...v0.23.1 + ## v0.23.0 - 2024-10-18