Updated change log

This commit is contained in:
Richard Davey 2018-03-12 16:38:28 +00:00
parent 247e8b9337
commit 1de47dfe1b

View file

@ -16,6 +16,7 @@
* RenderTexture.draw was only drawing the base frame of a Texture. Fix #3374 (thanks @samid737)
* TileSprite scaling differed between WebGL and Canvas. Fix #3338 (thanks @TCatshoek)
* Text.setFixedSize was incorrectly setting the `text` property instead of the `parent` property. Fix #3375 (thanks @rexrainbow)
* RenderTexture.clear on canvas was using the last transform state, instead of clearing the whole texture.
### Updates