Skip to content

Commit 3fe93eb

Browse files
authored
Update CHANGELOG.md
1 parent b11ff87 commit 3fe93eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### Performance
66
- Cache global type map to speed import 3X. @sneakers-the-rat [#1931](https://github.com/NeurodataWithoutBorders/pynwb/pull/1931)
77

8+
### Bug fixes
9+
- Fixed bug in how `ElectrodeGroup.__init__` validates its `position` argument. @oruebel [#1770](https://github.com/NeurodataWithoutBorders/pynwb/pull/1770)
10+
811
## PyNWB 2.8.2 (September 9, 2024)
912

1013
### Enhancements and minor changes
@@ -20,9 +23,6 @@
2023
- Changed `epoch_tags` to be a NWBFile property instead of constructor argument. @stephprince [#1935](https://github.com/NeurodataWithoutBorders/pynwb/pull/1935)
2124
- Exposed option to not cache the spec in `NWBHDF5IO.export`. @rly [#1959](https://github.com/NeurodataWithoutBorders/pynwb/pull/1959)
2225

23-
### Bug fixes
24-
- Fixed bug in how `ElectrodeGroup.__init__` validates its `position` argument. @oruebel [#1770](https://github.com/NeurodataWithoutBorders/pynwb/pull/1770)
25-
2626
## PyNWB 2.8.1 (July 3, 2024)
2727

2828
### Documentation and tutorial enhancements

0 commit comments

Comments
 (0)