diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-19 21:26:00 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-19 21:26:00 -0400 |
commit | 36b4e550f1945ef710fca2c6deab7df94e708ef7 (patch) | |
tree | 388ebc68c07a707a5790df8ee717c4b23d23ae3e /docs | |
parent | a4fb2331fe57102aa8e8b30efb8095a1edb6b923 (diff) | |
download | SMAPI-36b4e550f1945ef710fca2c6deab7df94e708ef7.tar.gz SMAPI-36b4e550f1945ef710fca2c6deab7df94e708ef7.tar.bz2 SMAPI-36b4e550f1945ef710fca2c6deab7df94e708ef7.zip |
fix e.SuppressButton() in input events not suppressing keyboard buttons
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index fc56adc8..0471874c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,9 @@ * For players: * Fixed compatibility check crashing for players with Stardew Valley 1.08. +* For modders: + * Fixed `e.SuppressButton()` in input events not correctly suppressing keyboard buttons. + ## 2.0 ### Release highlights * **Mod update checks** |