Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 908 Bytes

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 908 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.1]

Changes

  • Allow empty lines in logs.
  • Handle empty claimed score value as 0. (by report in #14)
  • Generally attempt to make empty values more robust.

[0.2.0]

Added

  • Add new CATEGORY additions to the Cabrillo spec since November 2020.

Fixed

  • Replace stale Travis CI workflow badge with GitHub action's.

[0.1.2]

Added

  • Add GRID-LOCATOR field. (#11)
  • Add more examples in README.

Fixed

  • Fix setup.py authorship information.

[0.1.1]

Changes

  • Add new Cabrillo fields. (#9)

[0.1.0]

Added

  • Cut first documented release.

Changes

  • Fix UnicodeDecodeError when parsing non UTF-8 log files. (#6)