Merge branch 'release/1.3.2' into develop

This commit is contained in:
Antony Male 2020-04-23 18:03:42 +01:00
commit c6224952ec
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
Stylet Changelog
================
v1.3.2
------
- Fix the default namespace for projects generated with `dotnet new` (#79)
- Add missing methods to `IWindowManager` (which were present on `WindowManager`) (#113)
- Throw a better exception if someone forgets to call `ToSelf()`, etc (#114)
- Fix exception if someone uses `ToAbstractFactory` on two types with the same name (#123)
v1.3.1
------