14
0

- Update to 6.10.0:

* Better feedback where objects do not :func:`compare` equal but do have the same representation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=20
This commit is contained in:
Tomáš Chvátal
2019-07-22 12:43:39 +00:00
committed by Git OBS Bridge
parent 1b2d006e22
commit fcff314366
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 22 12:42:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 6.10.0:
* Better feedback where objects do not :func:`compare` equal but do have the same representation.
-------------------------------------------------------------------
Mon Jun 17 10:12:42 UTC 2019 - pgajdos@suse.com