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) ==================