From 8e8247cae1825dd174a8f24f5ea54dd739075e41 Mon Sep 17 00:00:00 2001 From: mscheltienne Date: Fri, 9 Aug 2024 11:56:43 +0200 Subject: [PATCH] add changelog entry --- doc/changes/latest.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changes/latest.rst b/doc/changes/latest.rst index ec176a190..b7b5acb47 100644 --- a/doc/changes/latest.rst +++ b/doc/changes/latest.rst @@ -18,3 +18,7 @@ Version 1.6 =========== + +- Add JOSS draft and workflow to generate the PDF (:pr:`316` by `Mathieu Scheltienne`_) +- Improve disconnection of :class:`~mne_lsl.stream.EpochsStream` especially when an exception is raised during initialization (:pr:`317` by `Mathieu Scheltienne`_) +- Improve total code coverage (:pr:`317` by `Mathieu Scheltienne`_)