We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d20b1c commit e457976Copy full SHA for e457976
CHANGES.rst
@@ -1,6 +1,9 @@
1
-1.1.0 (unreleased)
+1.1.0 (2023-12-13)
2
==================
3
4
+- Added ``--doctest-plus-generate-diff`` to update documentation based on
5
+ actual output. [#227]
6
+
7
- Fix module level ``__doctest_requires__``. [#228]
8
9
- Versions of Python <3.8 are no longer supported. [#217]
@@ -9,8 +12,6 @@
12
10
13
- Respect pytest ``--import-mode``. [#233]
11
14
-- Ability to update documentation based on actual output. [#227]
-
15
16
1.0.0 (2023-08-11)
17
@@ -83,7 +84,7 @@
83
84
0.9.0 (2021-01-14)
85
86
-- Declare ``setuptools`` runtime dependency [#93]
87
+- Declare ``setuptools`` runtime dependency. [#132]
88
89
- Add ``SHOW_WARNINGS`` flag to show warnings. [#136]
90
0 commit comments