- Fix bugs in comparison of :func:`~unittest.mock.call` objects where the :func:`repr` of the :func:`~unittest.mock.call` arguments were the same even when their attributes were not.
6.14.0
--------------------
- Add support for non-deterministic logging order when using :meth:`twisted.LogCapture`.
6.13.1
--------------------
- Fix for using :func:`compare` to compare two-element :func:`~unittest.mock.call` objects.
Thanks to Daniel Fortunov for the fix.
6.13.0
--------------------
- Allow any attributes that need to be ignored to be specified directly when calling :func:`~testfixtures.comparison.compare_object`. This is handy when writing comparers for :func:`compare`.
6.12.1
--------------------
- Fix a bug that occured when using :func:`compare` to compare a string with a slotted object that had the same :func:`repr` as the string.
6.12.0
-------------------
- Add support for ``universal_newlines``, ``text``, ``encoding`` and ``errors`` to :class:`popen.MockPopen`, but only for Python 3.