From ba4f8b29859e89d3f945ae42c03abab84ffb9936 Mon Sep 17 00:00:00 2001 From: Olivier Biot Date: Sat, 22 Jun 2024 08:55:52 +0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ac9ef4b..56403e10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_