Update CHANGELOG.md

This commit is contained in:
Richard Davey 2019-01-28 13:40:52 +00:00
parent 4ac6553b2c
commit e63b340f06

View file

@ -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