From 35f3c7d81c2b288f30c06fab93c63f257dad50a0 Mon Sep 17 00:00:00 2001 From: astrofrog Date: Thu, 13 Oct 2022 14:15:18 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGES.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 66c3b567..31db40e9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,16 @@ # Full changelog +## v0.8.0 - 2022-10-13 + + +### What's Changed + +#### Bug Fixes + +- Added test for connect_list_selection and fix remaining PyQt6 issue by @astrofrog in https://github.com/glue-viz/echo/pull/35 + +**Full Changelog**: https://github.com/glue-viz/echo/compare/v0.7...v0.8.0 + ## v0.7 - 2022-09-27 ### What's Changed @@ -26,15 +37,16 @@ ## 0.5 (2020-11-08) - Add the ability to specify for `SelectionCallbackProperty` whether to - compare choices using equality or identity. [#26] - +- compare choices using equality or identity. [#26] +- - Fixed an issue that could lead to `CallbackContainer` returning dead - weak references during iteration. [#27] +- weak references during iteration. [#27] +- ## 0.4 (2020-05-04) - Added the ability to add arbitrary callbacks to `CallbackDict` and - `CallbackList` via the `.callbacks` attribute. [#25] +- `CallbackList` via the `.callbacks` attribute. [#25] ## 0.3 (2020-05-04) @@ -43,8 +55,9 @@ ## 0.2 (2020-04-11) - Python 3.6 or later is now required. [#20] - +- - Significant refactoring of the package. [#20] +- ## 0.1 (2014-03-13)