Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog authored and github-actions[bot] committed Oct 13, 2022
1 parent ab38456 commit 35f3c7d
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Full changelog

## v0.8.0 - 2022-10-13

<!-- Release notes generated using configuration in .github/release.yml at main -->
### 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
Expand All @@ -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)

Expand All @@ -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)

Expand Down

0 comments on commit 35f3c7d

Please sign in to comment.