You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 517 B

4 years ago
123456789101112131415161718192021222324252627282930313233
  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
  4. and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
  5. ## [Unreleased]
  6. ### Added
  7. ### Changed
  8. ### Removed
  9. ## [0.2.0] - 2019-11-17
  10. ### Added
  11. - Add JSON output
  12. - Add argument to clear the cache
  13. ### Changed
  14. - Update Numpy to v1.17.4
  15. - Update PyLint to v2.4.4
  16. ### Removed
  17. ## [0.1.0] - 2019-11-10
  18. - First version