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.
- Added this changelog @benkrikler
- 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