diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e504659..db2f298d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ ### Bug fixes - Fixed bug in how `ElectrodeGroup.__init__` validates its `position` argument. @oruebel [#1770](https://github.com/NeurodataWithoutBorders/pynwb/pull/1770) +### Enhancements and minor changes +- Made gain an optional argument for PatchClampSeries to match the schema. @stephprince [#1975](https://github.com/NeurodataWithoutBorders/pynwb/pull/1975) + ## PyNWB 2.8.2 (September 9, 2024) ### Enhancements and minor changes