From 3fb0fddf2d34b3a3f11cbd6c0a072fc19c3a24e9 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Thu, 25 Apr 2024 18:43:50 -0700 Subject: [PATCH] Update CHANGELOG for #184 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fde301c..7b9f3673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ ### Docs * Removed `linkable` from the documentation to keep in line with `hdmf-schema-language`. @mavaylon1 [#180](https://github.com/hdmf-dev/hdmf-zarr/pull/180) -### Internal Fixes +### Bug Fixes +* Fixed bug in `ZarrIO.__open_file_consolidated` that led to remote files being opened without consolidated metadata. @oruebel [#184](https://github.com/hdmf-dev/hdmf-zarr/pull/184) * Fixed minor bug where `ZarrIO.__open_file_consolidated` used properties of `ZarrIO` instead of the provided input parameters. @oruebel [#183](https://github.com/hdmf-dev/hdmf-zarr/pull/183) ## 0.6.0 (February 21, 2024)