Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 849 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 849 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.

[Unreleased]

Added

Changed

Removed

[0.2.2] - 2019-07-28

Added

Changed

  • Make sure the args parameter is passed through to the main functions in __main__.py, issue #9. @benkrikler
  • Switch to pyyaml safe_load for better security, issue #8. @benkrikler
  • Expand an input file's path to an absolute path for this_dir to be meaningful, issue #7. @benkrikler

Removed

[0.2.1] - 2019-03-01