File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- === Version 1.10 .0 ==
1+ === Version 2.0 .0 ==
22
3- Add support up to Python 3.8
43Drop formal support for 2.x
54Drop formal support for 3.x < 3.5
65
7- Fix #66 - deprecate contains() in favour of contains_exactly().
8- Fix #72 - make has_properties mismatch description less verbose by adding option to AllOf not to include matcher description in its mismatch messages.
9- Fix #82 - include exception details in mismatch description.
6+ Fix #128 - raises() grows support for additional matchers on exception object.
107
118* Made has_properties() report all mismatches, not just the first.
129* Silence warnings.
1310* Type fixes.
1411* Remove obsolete dependencies.
1512
13+ === Version 1.10.1 ==
14+
15+ Add support up to Python 3.8
16+
17+ Fix #66 - deprecate contains() in favour of contains_exactly().
18+ Fix #72 - make has_properties mismatch description less verbose by adding option to AllOf not to include matcher description in its mismatch messages.
19+ Fix #82 - include exception details in mismatch description.
20+
1621=== Version 1.9.0 ==
1722
1823Drop formal support for 2.x < 2.7
Original file line number Diff line number Diff line change 11from hamcrest .core import *
22from hamcrest .library import *
33
4- __version__ = "1.10 .0"
4+ __version__ = "2.0 .0"
55__author__ = "Chris Rose"
66__copyright__ = "Copyright 2020 hamcrest.org"
77__license__ = "BSD, see License.txt"
You can’t perform that action at this time.
0 commit comments