Update changelog

This commit is contained in:
Antony Male 2020-04-23 18:03:28 +01:00
parent 9f7b596a5e
commit 3269d26804
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
------