From c5d5275d57d0f1f8603e789371082d9dd0fa49c4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 30 Nov 2024 03:54:15 +0000 Subject: [PATCH] Changelog update - v3.0.0 --- changelog.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2f5a82e..11b5aa6 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,21 @@ ## Unreleased ### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## 3.0.0 - 2024-11-30 + +### Added + - `com.jzbrooks.vgo.core.util.math.Surveyor`, which computes the bounding box of an arbitrary list of commands - Bézier curve interpolation for all variants and elliptical arc bounding box functions @@ -21,7 +36,7 @@ - Decimal separators are locale-invariant. - Crash when using the CLI to convert an SVG containing a clip path to vector drawable. - (Vector Drawable) Path merging avoids merging a single path data string beyond the framework string length limit (#82) -- Paths with an initial relative command are modified to make that command absolute when merged (#111) +- Paths with an initial relative command are modified to make that command absolute when merged (#111) ## 2.4.0 - 2024-10-02