Skip to content

Commit e7f0c1e

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent a0a32f4 commit e7f0c1e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG-v3.50.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,9 +709,9 @@ When loading any of the file types listed below it will no longer store the data
709709
* The `ColorMatrix.negative` method converts the ColorMatrix to negative values.
710710
* The `ColorMatrix.desaturateLuminance` method applies a desaturated luminance to the ColorMatrix.
711711
* The `ColorMatrix.sepia` method applies a sepia tone to the ColorMatrix.
712-
* The `ColorMatrix.brown` method applies a brown tone to the ColorMatrix.
713712
* The `ColorMatrix.night` method applies a night time effect to the ColorMatrix.
714713
* The `ColorMatrix.lsd` method applies a trippy color effect to the ColorMatrix.
714+
* The `ColorMatrix.brown` method applies a brown tone to the ColorMatrix.
715715
* The `ColorMatrix.vintagePinhole` method applies a vintage pinhole color effect to the ColorMatrix.
716716
* The `ColorMatrix.kodachrome` method applies a kodachrome color effect to the ColorMatrix.
717717
* The `ColorMatrix.technicolor` method applies a technicolor color effect to the ColorMatrix.
@@ -900,6 +900,7 @@ Since v3.0.0 the Game Object `render` functions have received a parameter called
900900
* When measuring the last word in a line in a `Text` Game Object, it no longer adds extra white space to the end (thanks @rexrainbow)
901901
* `Utils.Array.Remove` would return an incorrect array of removed elements if one of the items to be removed was skipped in the array. Fix #5398 (thanks @year221)
902902
* `Geom.Intersects.TriangleToLine` wouldn't return `true` if the start or end of the Line fell inside the Triangle, only if the entire Line did. It now checks the start and end points correctly. (thanks @wiserim)
903+
* Using a Bitmap Mask and a Blend Mode in WebGL would reset the blend mode when the mask was rendered, causing the Game Object to have no blend mode. Fix #5409 (thanks @jcyuan)
903904

904905
### Namespace Updates
905906

0 commit comments

Comments
 (0)