From 3e3f0467164cfd995fdcff1fdde1999e1be8ef18 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Fri, 18 Mar 2022 09:21:49 -0400 Subject: [PATCH] add changelog (#385) --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 920054e1f..6c1b539c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [v0.4.0rc1](https://github.com/napari/magicgui/tree/v0.4.0rc1) (2022-03-18) + +[Full Changelog](https://github.com/napari/magicgui/compare/v0.3.7...v0.4.0rc1) + +**Implemented enhancements:** + +- Support sequences [\#342](https://github.com/napari/magicgui/pull/342) ([hanjinliu](https://github.com/hanjinliu)) + +**Fixed bugs:** + +- Use empty string as null value for FileEdit [\#384](https://github.com/napari/magicgui/pull/384) ([brisvag](https://github.com/brisvag)) +- fix register\_widget with widget subclass [\#376](https://github.com/napari/magicgui/pull/376) ([tlambert03](https://github.com/tlambert03)) + +**Deprecated:** + +- Remove event deprecations strategy \(for release 0.4.0\) [\#368](https://github.com/napari/magicgui/pull/368) ([tlambert03](https://github.com/tlambert03)) + +**Tests & CI:** + +- Check out napari repo instead of git+https [\#378](https://github.com/napari/magicgui/pull/378) ([jni](https://github.com/jni)) +- Test that bound values don't get called greedily upon widget creation [\#371](https://github.com/napari/magicgui/pull/371) ([tlambert03](https://github.com/tlambert03)) + ## [v0.3.7](https://github.com/napari/magicgui/tree/v0.3.7) (2022-02-12) [Full Changelog](https://github.com/napari/magicgui/compare/v0.3.6...v0.3.7)