Skip to content

Commit 406ab38

Browse files
authored
Update format_release_notes.rst
1 parent 8f8e87e commit 406ab38

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/format/source/format_release_notes.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ Release Notes
66
2.8.0 (Upcoming)
77
------------------------
88

9-
Minor changes
9+
Major changes
1010
^^^^^^^^^^^^^
11-
- Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information (#578)
1211
- Deprecated ``EventWaveform`` neurodata type. (#584)
1312
- Deprecated ``ImageMaskSeries`` neurodata type. (#583)
13+
- Changed ``NWBFile.electrodes`` from a generic ``DynamicTable`` with added columns to an ``ElectrodesTable`` that extends ``DynamicTable`` with added columns. (#539)
14+
15+
Minor changes
16+
^^^^^^^^^^^^^
17+
- Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information. (#578)
1418
- Made ``band_mean`` and ``band_std`` in ``DecompositionSeries`` optional. (#593)
15-
- Added ``Device.model_number``, ``Device.model_name``, ``Device.serial_number`` (#594)
19+
- Added ``Device.model_number``, ``Device.model_name``, ``Device.serial_number``. (#594)
1620

1721
2.7.0 (February 7, 2024)
1822
------------------------

0 commit comments

Comments
 (0)