diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-22 15:07:06 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-22 15:07:06 -0400 |
commit | 99c8dd79406f5099194d72e26085a49939705259 (patch) | |
tree | 407a11718df1f7e51e0d794c1f33cc0aa3883f00 /docs/release-notes.md | |
parent | f74321addc79a5616cc0f43e4f5f4b8154fac827 (diff) | |
download | SMAPI-99c8dd79406f5099194d72e26085a49939705259.tar.gz SMAPI-99c8dd79406f5099194d72e26085a49939705259.tar.bz2 SMAPI-99c8dd79406f5099194d72e26085a49939705259.zip |
add InputButton.ToSButton() extension
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 199e32c5..65536915 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,8 +4,10 @@ * Fixed compatibility check crashing for players with Stardew Valley 1.08. * For modders: - * The reflection API now works with public code to simplify mod integrations. - * Fixed `e.SuppressButton()` in input events not correctly suppressing keyboard buttons. + * Added support for public code in reflection API, to simplify mod integrations. + * Improved input events: + * Added `ToSButton()` extension for the game's `Game1.options` button type. + * Fixed `e.SuppressButton()` not correctly suppressing keyboard buttons. * 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. |