Skip to content

Commit 988d1a2

Browse files
committed
Update CHANGELOG.md
1 parent 9911802 commit 988d1a2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@ one set of bindings ever created, which makes things a lot cleaner.
143143
* The `InputManager.getOffsetY` method has been removed as it's no longer required.
144144
* The `InputManager.getScaleX` method has been removed as it's no longer required.
145145
* The `InputManager.getScaleY` method has been removed as it's no longer required.
146+
* The `SceneManager.resize` method has been removed as it's no longer required.
147+
* The `Scene.Systems.resize` method has been removed as it's no longer required.
148+
* Scenes will no longer dispatch the `resize` event. You should now listen for this event from the Scale Manager instead.
149+
* `BaseCamera.config` has been removed as it's no longer required.
150+
* `BaseCamera.scaleManager` is a new property that references the Scale Manager and is used internally for size checks.
151+
* The `Game.resize` method has been removed as it's no longer required. You should now call `ScaleManager.resize` instead.
152+
* The Game will no longer dispatch the `resize` event. You should now listen for this event from the Scale Manager instead.
146153

147154
### New Features
148155

0 commit comments

Comments
 (0)