From 2f88ffa06a8abe45aae2a073f17d502b514f3c98 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 3 Sep 2024 18:53:14 +0100 Subject: [PATCH] log changes --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3fd440bc..2d01f680 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,7 @@ Minor changes: - Improve test coverage. - Adapt ``test_with_doctest.py`` to correctly run on Windows. - Measure branch coverage when running tests. +- Export ``Component`` base class for typing Breaking changes: