From 3196489e16259ee44f40e6a6550a01dd9323dd56 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Thu, 26 Mar 2020 11:51:07 -0400 Subject: [PATCH] Update change log for next version release. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e6a4a7d..f7d906176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,18 @@ ## Unreleased +## Version 1.1.0 + ### Features - Added nd2 tile source (#419) +### Bug Fixes +- Fixed an issue where, if users or groups were deleted outside of normal methods, checking an annotation's access would delete its elements (#428) +- Fix an issue where retiling some tile sources could fail (#427) + +### Improvements +- Testing fully with Python 3.8 (#429) + ## Version 1.0.4 ### Bug Fixes