Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Sep 20, 2024
1 parent c21e63c commit 9d967e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# PyNWB Changelog

## PyNWB 3.0.0 (Upcoming)

### Enhancements and minor changes
- Added support for NWB schema 2.8.0:
- Fixed support for `data__bounds` field to `SpatialSeries` to set optional boundary range (min, max) for each dimension of data. Removed `SpatialSeries.bounds` field that was not functional. @rly [#1907](https://github.com/NeurodataWithoutBorders/pynwb/pull/1907)

## PyNWB 2.8.3 (Upcoming)

### Performance
Expand Down Expand Up @@ -29,7 +35,6 @@

### Bug fixes
- Fixed use of `channel_conversion` in `TimeSeries` `get_data_in_units`. @rohanshah [1923](https://github.com/NeurodataWithoutBorders/pynwb/pull/1923)
- Fix support for `data__bounds` field to `SpatialSeries` to set optional boundary range (min, max) for each dimension of data. @rly [#1907](https://github.com/NeurodataWithoutBorders/pynwb/pull/1907)

## PyNWB 2.8.0 (May 28, 2024)

Expand Down

0 comments on commit 9d967e6

Please sign in to comment.