From 654f39b73f09c9aee4cdd580dcc452050aefa95b Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Mon, 6 Nov 2023 16:42:20 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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