Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Jun 22, 2024
1 parent 1d5c281 commit ba4f8b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Changelog

## [17.4.0] (melonJS 2) - _2024-xx-xx_
## [17.4.0] (melonJS 2) - _2024-06-22_

### Added
- Renderer: new `lineJoin` property to set the line join style (only support "round" for now in WebGL mode)
- Renderer: add support for line thickness for `strokePolygon` and `strokeRect` operations in WebGL

### Changed
- Chore: Update to TypeScript 5.5

### Fixed
- Renderer: fix `fillEllipse()` method in WebGL mode (that was stroking the ellipse instead)
- TypeScript: fix most (if not all) missing declarations

### Chores
- Update to TypeScript 5.5

## [17.3.0] (melonJS 2) - _2024-06-04_

Expand Down

0 comments on commit ba4f8b2

Please sign in to comment.