From 05311477b4073a05e748888dd5557149bc87c41d Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Mon, 6 Nov 2023 16:21:00 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e912cd4..722259f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This document highlights high-level changes made to this program. + 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. ++ Addressed some lint issues; removed Py2 `xrange` hack. ## 1.1.2 / 2019-10-14