From 16af76c15420013b4ee30eea6e56c14b86c64c06 Mon Sep 17 00:00:00 2001 From: Michael Wayne Goodman Date: Mon, 11 Dec 2023 00:20:41 -0800 Subject: [PATCH] Add CHANGELOG entries --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87cfd70..6f2b6ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ ### Python Versions -* Removed Python 3.7 support -* Added Python 3.12 support +* Removed Python 3.7 support ([#376]) +* Added Python 3.12 support ([#376]) + +### Maintenance + +* Migrate to a hatch-based build ([#374]) ### Fixed @@ -1615,5 +1619,7 @@ information about changes, except for [#360]: https://github.com/delph-in/pydelphin/issues/360 [#364]: https://github.com/delph-in/pydelphin/issues/364 [#367]: https://github.com/delph-in/pydelphin/issues/367 +[#374]: https://github.com/delph-in/pydelphin/issues/374 +[#376]: https://github.com/delph-in/pydelphin/issues/376 [#378]: https://github.com/delph-in/pydelphin/issues/378 [#379]: https://github.com/delph-in/pydelphin/issues/379