From 8ef65f26780b60cd638d06b9582fe29dd884c568 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 16 Sep 2024 19:58:28 +0000 Subject: [PATCH] Changelog update - v2.2.3 --- changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog.md b/changelog.md index 6eb0b9ad..23c7bce2 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,20 @@ ## Unreleased +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## 2.2.3 - 2024-09-16 + ### Fixed - A bug that would sometimes introduce a grouping comma into a large number, breaking path data. This most often occurred in the convert curves to arcs optimization when an arc with a large radius was more compact than the corresponding Bézier curve.