Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 746 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 746 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.

This release fixes bugs caused by PyFLP's breaking changes.

Added

  • Testing with tox.
  • Linting with flake8 and bandit.
  • TODO section in README.md.

Changed

  • CI.
  • Method and variable names to better reflect their internal nature.

Removed

  • flpinfo.py; merged in __main__.py.
  • TODO.md.

Initial release