Skip to content

Commit

Permalink
Prepare for 8.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Jun 7, 2024
1 parent 2686329 commit 608b053
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changes
=======

8.3.0 (7 Jun 2024)
------------------

- :class:`ShouldRaise` now supports :class:`ExceptionGroup`.

- Fixed bug where :func:`~testfixtures.comparison.compare_generator` did not respect
``strict=True``.

- Fixed bug in the type annotations for :class:`ShouldRaise` and
:func:`~testfixtures.comparison.compare_exception`.

- :class:`LogCapture` will now raise an exception if closed while still installed.
This can be a source of particularly confusing bugs.

8.2.0 (1 May 2024)
------------------

Expand Down
2 changes: 1 addition & 1 deletion testfixtures/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.0
8.3.0

0 comments on commit 608b053

Please sign in to comment.