From 38f0663241792daee8cb3206008e95c40240c900 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..823e202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,10 @@ backward incompatible changes will start to apply when the projects goes 1.0 - 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