From c5295ccafce90a41df89ca2e03b679ce84d2e6fb Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 28 Sep 2023 09:33:32 -0700 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Oliver Ruebel --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be36e32..6449559a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ ## 0.3.1 (Upcoming) ### Enhancements -* Reworked ZarrIO to resolve object references in the same manner as HDMF, updated HDMF and PyNWB version to the most recent release, removed python 3.7 as the minimum. @mavaylon1 [#120](https://github.com/hdmf-dev/hdmf-zarr/pull/120) +* Enhanced ZarrIO to resolve object references lazily on read similar to HDMF's `HDF5IO` backend @mavaylon1 [#120](https://github.com/hdmf-dev/hdmf-zarr/pull/120) + +### Dependencies +* Updated HDMF and PyNWB version to the most recent release @mavaylon1 [#120](https://github.com/hdmf-dev/hdmf-zarr/pull/120) +* Updated minimum Python version from 3.7 to 3.8 @mavaylon1 [#120](https://github.com/hdmf-dev/hdmf-zarr/pull/120) ### Bug fixes * Fixed error in deploy workflow. @mavaylon1 [#109](https://github.com/hdmf-dev/hdmf-zarr/pull/109)