From 06097d940bb7c3230125a5fdf1e6b3e9989c7ad3 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Fri, 29 Nov 2024 22:37:26 -0500 Subject: [PATCH] Tidy changelog --- changelog.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/changelog.md b/changelog.md index 65d3e54d..2f5a82ec 100644 --- a/changelog.md +++ b/changelog.md @@ -14,10 +14,6 @@ - `com.jzbrooks.vgo.core.optimization.MergePaths` constructor accepts constraints. See `com.jzbrooks.vgo.core.optimization.MergePaths.Constraints`. - Paths with an even odd fill rule can be merged -### Deprecated - -### Removed - ### Fixed - Overlapping paths are no longer merged, which avoids some image warping issues (#88, #101) @@ -27,8 +23,6 @@ - (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) -### Security - ## 2.4.0 - 2024-10-02 ### Changed