From edd50a6897d38551e74f00887577cb61efd1cb4e Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Mon, 6 Nov 2023 12:44:47 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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