Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.48 KB

CHANGELOG.rst

File metadata and controls

59 lines (39 loc) · 1.48 KB

Changelog

TBD

Dev:

  • #8: Fix coverage measurement (lines that were executed before pytest-cov was loaded were not measured before). Thanks @bjoluc!

1.2.0 (2020-06-09)

New:

  • #7: Officially support python 3.7 and 3.8. Add python_requires identifier to package.

Fix:

  • #6: Improve the slightly confusing assertion error message. Thanks @bjoluc!

1.1.0 (2018-10-31)

New:

  • #3: Include actual value in error messages for easier debugging (and remove duplication of error path in error message). Thanks @Turbo87!

Fix:

  • Commit: Skip path prefix in error output, if path is empty (when error is on "main level"). Thanks @Turbo87!

1.0.2 (2018-02-16)

Fix:

1.0.1 (2017-01-10)

First public version.

1.0.0 (2016-12-07)

First version.