Skip to content

Commit

Permalink
Changelog update - v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and jzbrooks committed Nov 30, 2024
1 parent 06097d9 commit c5d5275
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit c5d5275

Please sign in to comment.