diff --git a/doc/changes/latest.inc b/doc/changes/latest.inc index 53865d148a2..73287e2688e 100644 --- a/doc/changes/latest.inc +++ b/doc/changes/latest.inc @@ -34,4 +34,4 @@ Bugs API changes ~~~~~~~~~~~ -- :func:`mne.utils._validate_type` can now check if a given object is `"array-like"` (:gh:`11713` by `Clemens Brunner`_) +- The ``baseline`` argument can now be array-like (e.g. ``list``, ``tuple``, ``np.ndarray``, ...) instead of only a ``tuple`` (:gh:`11713` by `Clemens Brunner`_)