mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
4ac6553b2c
commit
e63b340f06
1 changed files with 1 additions and 0 deletions
|
@ -390,6 +390,7 @@ one set of bindings ever created, which makes things a lot cleaner.
|
|||
* `List.sort` was missing the scope required for the sort handler, this is now correctly provided internally. Fix #4241 (thanks @jcyuan)
|
||||
* `Container.sort` was missing the scope required for the sort handler, this is now correctly provided internally. Fix #4241 (thanks @jcyuan)
|
||||
* `DataManager.pop` would emit the DataManager instance, instead of the parent, as the first event argument. It now emits the parent as it should do. Fix #4186 (thanks @gadelan)
|
||||
* The `GetValue` function wasn't checking for the existance of '.' in the config property name correctly, causing the branch to always be taken (thanks @kyranet)
|
||||
|
||||
### Examples and TypeScript
|
||||
|
||||
|
|
Loading…
Reference in a new issue