diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0abefba..821520b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,13 @@ Stylet Changelog ================ +v1.1.12 +------- + + - Dispose the RootViewModel on application shutdown (if it's `IDisposable`) + - Rework how `ViewManager` configuration is handled: makes it easier to add a custom ViewManager subclass + - Fix Samples projects + v1.1.11 -------