Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Feb 19, 2023
1 parent 2ac9884 commit bb2c020
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

## [15.0.0] (melonJS 2) - _2023-02-xx_

### Added
- Renderer: enable batch drawing for rectangle and polygon based primitive shapes
- Renderer: new base `Compositor` class that can be extended to create custom WebGL compositors

### Changed
- Core: remove remaining polyfills related to pre-ECMAScript 2015 features (as melonJS 2 implementation base is now 100% ES6)
- Renderer: refactoring of the `WebGLCompositor` into a `QuadCompositor` and `PrimitiveCompitor` for Quad and Primitive composition

### Fixed
- Geometry: fix `arcTo()` drawing a "looping" line between the start and end angle
- Renderer: fix binding of active shader when switching compositor

## [14.5.0] (melonJS 2) - _2023-02-13_

Expand Down

0 comments on commit bb2c020

Please sign in to comment.