From e457976d2ae5e991377e8f33590c19ef92a20bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 13 Dec 2023 10:09:01 -0800 Subject: [PATCH] Finalizing changelog for v1.1.0 --- CHANGES.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7e39f2a..acba9bc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,9 @@ -1.1.0 (unreleased) +1.1.0 (2023-12-13) ================== +- Added ``--doctest-plus-generate-diff`` to update documentation based on + actual output. [#227] + - Fix module level ``__doctest_requires__``. [#228] - Versions of Python <3.8 are no longer supported. [#217] @@ -9,8 +12,6 @@ - Respect pytest ``--import-mode``. [#233] -- Ability to update documentation based on actual output. [#227] - 1.0.0 (2023-08-11) ================== @@ -83,7 +84,7 @@ 0.9.0 (2021-01-14) ================== -- Declare ``setuptools`` runtime dependency [#93] +- Declare ``setuptools`` runtime dependency. [#132] - Add ``SHOW_WARNINGS`` flag to show warnings. [#136]