From e4be201fad16a71f34bb0c359fe57f54117f3d65 Mon Sep 17 00:00:00 2001 From: Cody Baker Date: Tue, 17 Sep 2024 11:31:44 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6856826..4c571bd2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ ### Deprecation (API) * The `inspect_nwb` method has been removed. Please use `inspect_nwbfile` or `inspect_nwbfile_object` instead. [#505](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/505) +### New Features +* Added Zarr support. [#513](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/513) + ### Improvements * Removed the `robust_ros3_read` utility helper. [#506](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/506) * Simplified the `nwbinspector.testing` configuration framework. [#509](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/509)