From 0eec492870c824a42f2c5e5acd27fb90efec008c Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sun, 1 Feb 2026 10:59:08 +0000 Subject: [PATCH] Add missing changelog entry for 3.0.2 --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b914c93..e6e5b10 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,12 @@ Dependencies - Dropped support for Python 3.10 - Added explicit support and testing for Python 3.13 +3.0.2 +----- +Bug fixes +~~~~~~~~~ +- Fix an error when selecting a layer incompatible with the histogram widget. + 3.0.1 ----- Bug fixes