From 9091b74d3f35e0591289a45cd092150c04405379 Mon Sep 17 00:00:00 2001 From: rly Date: Tue, 24 Oct 2023 23:30:04 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1645a46cc..be96b0b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Enhancements - Added `target_tables` attribute to `DynamicTable` to allow users to specify the target table of any predefined `DynamicTableRegion` columns of a `DynamicTable` subclass. @rly [#971](https://github.com/hdmf-dev/hdmf/pull/971) -- Updated custom class generation to handle specs with fixed values. @rly [#800](https://github.com/hdmf-dev/hdmf/pull/800) +- Updated custom class generation to handle specs with fixed values and required names. @rly [#800](https://github.com/hdmf-dev/hdmf/pull/800) ## HDMF 3.10.0 (October 3, 2023)