Skip to content

Commit 25178fd

Browse files
committed
Docs update.
1 parent 9cb7122 commit 25178fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ Version 2.4 - "Katar" - in dev
326326
* Removed `Input.moveCallback` and `Input.moveCallbackContext` as neither are used any longer. Use `Input.addMoveCallback`.
327327
* SoundManager now uses the new `Touch.addTouchLockCallback` methods to handle mobile device audio unlocking.
328328
* If a BitmapData is created with a width or height set to zero then the width and/or height are set to a default value (256) instead to avoid getContext errors.
329+
* RetroFont has been updated to use RenderTexture.renderXY, removing the need for creating a Point object each update.
330+
* RetroFont no longer puts any entries into the TextureCache or generates any UUIDs on instantiation, speeding up creation and lowering memory use.
331+
* BitmapData.update now validates the `width` and `height` values to ensure they aren't lower than 1, which would previously cause a context error.
329332

330333
### Bug Fixes
331334

0 commit comments

Comments
 (0)