Skip to content

Commit ba4f8b2

Browse files
committed
update CHANGELOG
1 parent 1d5c281 commit ba4f8b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Changelog
22

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

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

9+
### Changed
10+
- Chore: Update to TypeScript 5.5
11+
912
### Fixed
1013
- Renderer: fix `fillEllipse()` method in WebGL mode (that was stroking the ellipse instead)
1114
- TypeScript: fix most (if not all) missing declarations
1215

13-
### Chores
14-
- Update to TypeScript 5.5
1516

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

0 commit comments

Comments
 (0)