From 6e035fca3cd6ab782ad78961e0f7d533a7279f82 Mon Sep 17 00:00:00 2001 From: Igor Dejanovic Date: Fri, 9 Feb 2024 18:53:02 +0100 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c568861..b55bec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ backward incompatible changes will start to apply when the projects goes 1.0 ### Fixed - Fix `to_str` failure when calculating the number of solutions in the context of optional match ([#147]). Thanks @LVrecar for the report and fix. + +### Changed +- Drop support for Python 3.6/3.7 +- Migrated to pyproject.toml and ruff [#147]: https://github.com/igordejanovic/parglare/issues/147