diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2cadc74..c3ea7cf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,20 @@ Stylet Changelog ================ +v1.3.6 +------ + + - If an Action returns a Task, await it in an `async void` method (#53) + - Allow Actions to have explicit targets (`{s:Action ..., Target=...}`) (#177) + - Allow Actions to invoke static methods (#177) + - Actions: if the target does not implement `INotifyPropertyChanged`, still try and evaluate guard properties (#214) + - Add an extra layer to the bootstrapper class hierarchy between `BootstrapperBase` and `Bootstrapper`, + for people who don't have a root ViewModel + - Allow starting the Bootstrapper without an Application (#206) + - Expose SynchronousDispatcher and ApplicationDispatcher to assign to `Execute.Dispatcher` (#217) + - Improve the sample bootstrappers (fix Autofac, add Microsoft.Services.DependencyInjection) + - Improve samples + v1.3.5 ------