update release notes (#373)

This commit is contained in:
Jesse Plamondon-Willard 2017-10-27 01:01:55 -04:00
parent a7fcfd6424
commit 801f25a51e
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
* Deprecated `e.IsClick`, which is limited and unclear. Use `IsActionButton` or `IsUseToolButton` instead. * Deprecated `e.IsClick`, which is limited and unclear. Use `IsActionButton` or `IsUseToolButton` instead.
* Fixed `e.SuppressButton()` not correctly suppressing keyboard buttons. * Fixed `e.SuppressButton()` not correctly suppressing keyboard buttons.
* Fixed `e.IsClick` (now `e.IsActionButton`) ignoring custom key bindings. * Fixed `e.IsClick` (now `e.IsActionButton`) ignoring custom key bindings.
* Fixed custom map tilesheets not working unless they're explicitly loaded first.
* Fixed mods which implement `IAssetLoader` directly not being allowed to load files due to incorrect conflict detection. * Fixed mods which implement `IAssetLoader` directly not being allowed to load files due to incorrect conflict detection.
* Fixed SMAPI blocking reflection access to vanilla members on overridden types. * Fixed SMAPI blocking reflection access to vanilla members on overridden types.