Update CHANGELOG-v3.60.md

This commit is contained in:
Richard Davey 2022-08-26 17:56:58 +01:00
parent 593aaced12
commit 286411ec33

View file

@ -217,6 +217,8 @@ The following are API-breaking, in that a new optional parameter has been insert
* The temporary canvas created in `CanvasFeatures` for the `checkInverseAlpha` test is now removed from the CanvasPool after use.
* The `CanvasFeatures` tests and the TextureManager `_tempContext` now specify the `{ willReadFrequently: true }` hint to inform the browser the canvas is to be read from, not composited.
* When calling `TextureManager.getTextureKeys` it will now exclude the default `__WHITE` texture from the results (thanks @samme)
* `RequestAnimationFrame.step` will now no longer call `requestAnimationFrame` is `isRunning` has been set to `false` (via the `stop` method)
* The `TimeStep` no longer calculates or passes the `interpolation` value to Game.step as it was removed several versions ago, so is redundant.
### Bug Fixes