From be46d866e3b5f0a2bb22d8e332d65b1facb5170c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 25 Nov 2024 14:55:20 +0100 Subject: [PATCH] Finalizing changelog for v1.3.0 --- CHANGES.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 30a03a6..3d519e6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,14 @@ -1.3.0 (unreleased) +1.3.0 (2024-11-25) ================== - Fixing output update for multiline code. [#253] + - Fixing Python 3.13 compatibility. [#260] + - Dropped ``setuptools`` as a runtime dependency. [#258] +- Fixing bug of assuming doctestmodules exists on Namespace. [#271] + 1.2.1 (2024-03-09) ==================