Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Jun 4, 2024
1 parent eaf011c commit 5d52e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

### Added
- Renderer: add support for line thickness when using `strokeLine()` in WebGL
Expand Down
2 changes: 1 addition & 1 deletion src/video/webgl/webgl_renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let supportedCompressedTextureFormats;

/**
* @classdesc
* a WebGL renderer object
* a WebGL renderer draw
* @augments Renderer
*/
export default class WebGLRenderer extends Renderer {
Expand Down

0 comments on commit 5d52e00

Please sign in to comment.