From 4ec76cd9af38f342e3154d9d1e480612d9c80be9 Mon Sep 17 00:00:00 2001 From: withmywoessner Date: Fri, 10 Nov 2023 03:07:42 -0600 Subject: [PATCH] Update devel --- doc/changes/devel.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changes/devel.rst b/doc/changes/devel.rst index f6108f65b30..a1a3da9e92e 100644 --- a/doc/changes/devel.rst +++ b/doc/changes/devel.rst @@ -90,6 +90,7 @@ Bugs - Improve handling of ``method`` argument in the channel interpolation function to support :class:`str` and raise helpful error messages (:gh:`12113` by `Mathieu Scheltienne`_) - Fix combination of ``DIN`` event channels into a single synthetic trigger channel ``STI 014`` by the MFF reader of :func:`mne.io.read_raw_egi` (:gh:`12122` by `Mathieu Scheltienne`_) - Fix bug with :func:`mne.io.read_raw_eeglab` and :func:`mne.read_epochs_eeglab` where automatic fiducial detection would fail for certain files (:gh:`12165` by `Clemens Brunner`_) +- Fix bug with :func:`mne.io.read_raw_cnt` where the bad channels were not properly read (:gh:`12189` by `Jacob Woessner`_) API changes ~~~~~~~~~~~