diff --git a/CHANGELOG.md b/CHANGELOG.md index 753f5d7..e912cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ This document highlights high-level changes made to this program. + Added `pre-commit` config. + Removed now-unnecessary `build_reqs` directory; moved tests to external package. + Formatted code with `black`. ++ Removed `__future__` imports now that we no longer support Python 2; reorder + and fix imports to not use `.` notation. Removed encoding pragma. ## 1.1.2 / 2019-10-14