Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel authored Oct 1, 2023
1 parent 2ad1394 commit 4a29f9a
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# HDMF-ZARR Changelog

## 0.5.0 (Future)

### New Features
* Added support for using ``SQLiteStore`` Zarr storage backend with ``ZarrIO``
@oruebel [#66](https://github.com/hdmf-dev/hdmf-zarr/pull/66)

### Internal changes
* Added ``ZarrIO.__opened_stores_references`` to track Zarr stores opened to resolve
references in order to be able to close those stores as part of ``ZarrIO.close()``
@oruebel [#66](https://github.com/hdmf-dev/hdmf-zarr/pull/66)


## 0.4.0 (Upcoming)

### Enhancements
Expand All @@ -23,8 +35,6 @@
* Added support, tests, and docs for using ``DirectoryStore``, ``TempStore``, and
``NestedDirectoryStore`` Zarr storage backends with ``ZarrIO`` and ``NWBZarrIO``.
@oruebel [#62](https://github.com/hdmf-dev/hdmf-zarr/pull/62)
* Added support for using ``SQLiteStore`` Zarr storage backend with ``ZarrIO``
@oruebel [#66](https://github.com/hdmf-dev/hdmf-zarr/pull/66)

### API Changes
* Removed unused ``filepath`` argument from ``ZarrIO.get_builder_exists_on_disk``
Expand All @@ -43,17 +53,10 @@
* Updated tests to handle upcoming changes to ``HDMFIO``. @rly
[#102](https://github.com/hdmf-dev/hdmf-zarr/pull/102)


### Docs
* Added developer documentation on how to integrate new storage backends with ZarrIO. @oruebel
[#62](https://github.com/hdmf-dev/hdmf-zarr/pull/62)

### Internal changes
* Added ``ZarrIO.__opened_stores_references`` to track Zarr stores opened to resolve
references in order to be able to close those stores as part of ``ZarrIO.close()``
@oruebel [#66](https://github.com/hdmf-dev/hdmf-zarr/pull/66)


### Bug fixes
* Fixed error in nightly CI. @rly [#93](https://github.com/hdmf-dev/hdmf-zarr/pull/93)

Expand Down

0 comments on commit 4a29f9a

Please sign in to comment.