diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-27 01:01:55 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-27 01:01:55 -0400 |
commit | 801f25a51efbed0b8b16e6b9e8f1c543fcc45c47 (patch) | |
tree | 93ef42c26048c6ab78c2802cef7a6bd88d9c623e /docs | |
parent | a7fcfd642466b22abdc32a1f71a93e77fb8e569b (diff) | |
download | SMAPI-801f25a51efbed0b8b16e6b9e8f1c543fcc45c47.tar.gz SMAPI-801f25a51efbed0b8b16e6b9e8f1c543fcc45c47.tar.bz2 SMAPI-801f25a51efbed0b8b16e6b9e8f1c543fcc45c47.zip |
update release notes (#373)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 452fd40a..a06fc0c4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ * Deprecated `e.IsClick`, which is limited and unclear. Use `IsActionButton` or `IsUseToolButton` instead. * Fixed `e.SuppressButton()` not correctly suppressing keyboard buttons. * 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 SMAPI blocking reflection access to vanilla members on overridden types. |