From 5b350b88becaa0b53e0f9e5de72c4e1ea454e321 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Thu, 17 Jun 2021 23:10:00 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1d3f309..eb8d6045e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # PyNWB Changelog + +## PyNWB 2.0.0 + +- Add RRID for citing PyNWB to the docs @oruebel (#1372) + + ## PyNWB 1.5.1 (May 24, 2021) ## Bug fix: @@ -45,7 +51,7 @@ - Add capability to add a row to a column after IO. - Add method `AbstractContainer.get_fields_conf`. - Add functionality for storing external resource references. - - Add method `hdmf.utils.get_docval_macro` to get a tuple of the current values for a docval_macro, e.g., 'array_data' + - Add method `hdmf.utils.get_docval_macro` to get a tuple of the current values for a docval_macro, e.g., 'array_data' and 'scalar_data'. - `DynamicTable` can be automatically generated using `get_class`. Now the HDMF API can read files with extensions that contain a DynamicTable without needing to import the extension first.