Skip to content

Commit 4f2aedb

Browse files
committed
Update CHANGELOG.md
1 parent fccd00e commit 4f2aedb

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ If you used any of them in your code, please update to the new function names be
111111
* `projOrtho` is now available as a stand-alone function `Phaser.Renderer.WebGL.MVP.ProjectOrtho`
112112
* `Phaser.Renderer.WebGL.MVP.SetIdentity` is a new function the others use, to save on space.
113113

114-
115-
116-
117-
118-
119-
120114
### BitmapText New Features, Updates and API Changes
121115

122116
* `BitmapText.setCharacterTint` is a new method that allows you to set a tint color (either additive, or fill) on a specific range of characters within a static Bitmap Text. You can specify the start and length offsets and a per-corner tint color.
@@ -159,6 +153,8 @@ If you used any of them in your code, please update to the new function names be
159153
* The `TextureTintStripPipeline` now extends `TextureTintPipeline` and just changes the topolgy, vastly reducing the filesize.
160154
* `TransformMatrix.getXRound` is a new method that will return the X component, optionally passed via `Math.round`.
161155
* `TransformMatrix.getYRound` is a new method that will return the Y component, optionally passed via `Math.round`.
156+
* The `KeyboardPlugin` no longer emits `keydown_` events. These were replaced with `keydown-` events in v3.15. The previous event string was deprecated in v3.20.
157+
* The `KeyboardPlugin` no longer emits `keyup_` events. These were replaced with `keyup-` events in v3.15. The previous event string was deprecated in v3.20.
162158

163159
### Bug Fixes
164160

0 commit comments

Comments
 (0)