From 22fad501613214d5d1bcaaceb41e105518da4d6e Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 13 Dec 2023 13:52:37 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e4385fa..808aea5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - Add `NWBHDF5IO.can_read()`. @bendichter [#1703](https://github.com/NeurodataWithoutBorders/pynwb/pull/1703) - Add `pynwb.get_nwbfile_version()`. @bendichter [#1703](https://github.com/NeurodataWithoutBorders/pynwb/pull/1703) - Updated timeseries data checks to warn instead of error when reading invalid files. @stephprince [#1793](https://github.com/NeurodataWithoutBorders/pynwb/pull/1793) -- Expose the offset, conversion and channel conversion parameters in `mock_ElectricalSeries` [#1796](https://github.com/NeurodataWithoutBorders/pynwb/pull/1796) +- Expose the offset, conversion and channel conversion parameters in `mock_ElectricalSeries` @h-mayorquin [#1796](https://github.com/NeurodataWithoutBorders/pynwb/pull/1796) ## PyNWB 2.5.0 (August 18, 2023)