From 3f4d0bbb54695e8391d15cb12e589711e6b1162e Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Sun, 1 Oct 2023 04:12:09 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e43d9c..575e9c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Enhancements * 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) +* Updated storage of references to also save the ``object_id`` and ``source_object_id``. While these + fields are not strictly necessary to define a link they are useful for validation of references + and enhance the rigor of the definition of references. @oruebel [#57](https://github.com/hdmf-dev/hdmf-zarr/pull/57) ### Dependencies * Updated HDMF and PyNWB version to the most recent release @mavaylon1 [#120](https://github.com/hdmf-dev/hdmf-zarr/pull/120) @@ -50,11 +53,6 @@ ## 0.2.0 (January 6, 2023) -### Enhancements -* Updated storage of references to also save the ``object_id`` and ``source_object_id``. While these - fields are not strictly necessary to define a link they are useful for validation of references - and enhance the rigor of the definition of references. @oruebel [#57](https://github.com/hdmf-dev/hdmf-zarr/pull/57) - ### Bugs * Updated the storage of links/references to use paths relative to the current Zarr file to avoid breaking links/reference when moving Zarr files @oruebel [#46](https://github.com/hdmf-dev/hdmf-zarr/pull/46)