Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 678 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 678 Bytes

Change Log

Versioned according to Semantic Versioning.

Unreleased

0.2.0 - 2020-01-03

Fixed:

  • Range checks didn't include minimum/maximum, #4
  • Use r"" strings for regexes, #3

0.1.0 - 2017-05-08

Changed:

  • Python 3 compatible, Proper installation, #2
  • Added --filename option to specifiy report filename

0.0.5 - 2016-09-05

Fixed:

  • Make empty attributes an error (should be unknown)

0.0.4 - 2016-09-05

Initial Release