From f3719344bccb173d481229614d9d606cbcc245d3 Mon Sep 17 00:00:00 2001 From: mshafer-NI <23644905+mshafer-NI@users.noreply.github.com> Date: Thu, 7 May 2026 17:57:28 -0500 Subject: [PATCH] Update CHANGELOG with recent changes Changelog missed that 3.8 support was dropped --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dea3fa..78f41e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Drop Python 3.7 support (#218) +- Drop Python 3.8 support (#235) ### Fixed - Fix formatting files with unicode (#242)