diff --git a/doc/whats_new.rst b/doc/whats_new.rst index bb05145..f6642db 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -23,7 +23,7 @@ Bug ~~~ - Fixed the behavior of the `edge` parameter in :func:`mne_features.univariate.compute_spect_edge_freq`. Valid values for this parameter are now `None` or a list of float between `0` and `1` (percentages). By `Jean-Baptiste SCHIRATTI`_ in `#52 `_. -- Fixed channel name replacement with overlapping channel names (e.g., Cz and FCz) in :func:`mne_features.feature_extraction._apply_extractor`. By `Hubert Banville`_ in `#52 `_. +- Fixed channel name replacement with overlapping channel names (e.g., Cz and FCz) in :func:`mne_features.feature_extraction._apply_extractor`. By `Hubert Banville`_ in `#63 `_. API ~~~