From 486327e6d027f26885808f3583a51d717346ac9d Mon Sep 17 00:00:00 2001 From: astrofrog Date: Sat, 24 Feb 2024 11:36:24 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5494b6fb..f101ce47 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,20 @@ # Full changelog +## v0.7.0 - 2024-02-24 + + +### What's Changed + +#### Other Changes + +* Expose grid and constellation settings by @Carifio24 in https://github.com/glue-viz/glue-wwt/pull/97 +* Updates for glue-qt by @Carifio24 in https://github.com/glue-viz/glue-wwt/pull/98 +* Bump minimum glue-core by @Carifio24 in https://github.com/glue-viz/glue-wwt/pull/100 +* Truncate SkyCoord exception if too long by @Carifio24 in https://github.com/glue-viz/glue-wwt/pull/92 +* Update import location for astropy v6 by @Carifio24 in https://github.com/glue-viz/glue-wwt/pull/102 + +**Full Changelog**: https://github.com/glue-viz/glue-wwt/compare/v0.6.1...v0.7.0 + ## v0.6.1 - 2023-01-12