Skip to content

Commit db641ca

Browse files
committed
Updated date in the readme.
1 parent 486c15f commit db641ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Version 2.4.3 - "Coramen" - 24th August 2014
3+
## Version 2.4.3 - "Coramen" - 24th August 2015
44

55
### New Features
66

@@ -51,7 +51,7 @@
5151
* TilingSprite._renderCanvas wasn't correctly allowing for pixel rounding (thanks @ximop #2022)
5252
* Cache.addSpriteSheet didn't include default values for the `frameMax`, `margin` and `spacing` arguments (thanks @vladkens #2017 #2018)
5353
* Tilemap.shuffle was calling the deprecated Phaser.Utils.shuffle, which has now moved to Phaser.ArrayUtils.shuffle.
54-
* Enabling a filter on a display object that had a blend mode set would cause the object to become invisible. The two cannot be combined, so when you set a filter on a display object it now automatically resets the blend mode to `NORMAL`. The same does not happen in reverse however, so if you've got a filter set and then change the blend mode it will still break. Be careful to capture this yourself (thanks @wayfu #1994)
54+
* Enabling a filter on a display object that had a multiply blend mode set would cause the object to become invisible. The two cannot be combined, so when you set a filter on a display object it now automatically resets the blend mode to `NORMAL`. The same does not happen in reverse however, so if you've got a filter set and then change the blend mode to multiply it will still break. Be careful to capture this yourself (thanks @wayfu #1994)
5555

5656
## Version 2.4.2 - "Altara" - 29th July 2015
5757

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
254254
<a name="change-log"></a>
255255
## Change Log
256256

257-
## Version 2.4.3 - "Coramen" - 24th August 2014
257+
## Version 2.4.3 - "Coramen" - 24th August 2015
258258

259259
### New Features
260260

0 commit comments

Comments
 (0)