Update CHANGELOG

This commit is contained in:
Antony Male 2016-08-26 11:18:38 +01:00
parent 8ea889d749
commit b92b9943f6
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
Stylet Changelog
================
v1.1.16
-------
- SetAndNotify returns a value indicating whether it raised a notification
- Fix an NRE when running validation in some cases
- Add ValidatingModelBase.RecordPropertyError to manually change property errors
- Deprecate Screen.CanClose: you should use Screen.CanCloseAsync instead
- Deprecate Screen.State, replacing it with Screen.ScreenState
v1.1.15
-------