Skip to content

Commit

Permalink
Prepare for 8.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed May 1, 2024
1 parent 55fcbb9 commit 8c1c448
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changes
=======

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

- The ``strict`` option is now correctly respected when :doc:`comparing <comparing>` nested objects.

- When comparing :class:`~datetime.datetime` or :class:`~datetime.time` instances, if the fold
is the only thing that's different, it's now shown in the output.

- A more detailed exception is now raised when resolving a :doc:`replacement <mocking>` doesn't give
what's expected.

- :doc:`Replacement <mocking>` of methods on instances is now prevented when ``strict=True``.

- An exception is now raised when :doc:`mocking <mocking>` and the original is not in the
``__dict__`` of its containing objects.

8.1.0 (1 Mar 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.1.0
8.2.0

0 comments on commit 8c1c448

Please sign in to comment.