Skip to content

Commit 5b54a31

Browse files
committed
update CHANGELOG
1 parent ca2f100 commit 5b54a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/melonjs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66
- Chore: new GitHub Workflow for running the tests (@hornta)
77
- Chore: new GitHub Workflow for doc generation and publishing (@hornta)
8+
- Renderer: new `backgroundColor` property allowing to change the color when clearing the background between frames
89

910
### Fixed
1011
- CanvasRenderTarget: fix arguments passed to `convertToBlob()` (@hornta)
@@ -532,7 +533,6 @@
532533
- Color: added a `setHSL(h, s, l)` and `setHSV(h, s, v)` method to the Color class
533534
- Tiled: add support for the new `class` property (note: melonJS will still set the deprecated `type` one for backward compatibility)
534535
- Renderer: Canvas rendering mode can now be forced by adding `[#/&]canvas` to the URL (similarly with WebGL1/2 already)
535-
- Renderer: new `backgroundColor` property allowing to change the color when clearing the background between frames
536536
- Vector: new `moveTowards()` method for `[Observable]Vector2d/3d` objects (limited to x and y axis for 3d vectors)
537537

538538
### Changed

0 commit comments

Comments
 (0)