diff --git a/CHANGELOG.md b/CHANGELOG.md index 722259f..52cb121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ This document highlights high-level changes made to this program. + Removed `__future__` imports now that we no longer support Python 2; reorder and fix imports to not use `.` notation. Removed encoding pragma. + Addressed some lint issues; removed Py2 `xrange` hack. ++ Added a `publish` CI workflow. ## 1.1.2 / 2019-10-14