diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-18 22:40:20 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-18 22:40:20 -0500 |
commit | 033015066650d4bd67a7df0a7f7addf4c6edf617 (patch) | |
tree | 94ba2cf7229ec2401eb17d9f91716632d9b4a3e8 /docs | |
parent | 25cf3a86cf159aaef2f0de78a24d9d074a0bedf2 (diff) | |
download | SMAPI-033015066650d4bd67a7df0a7f7addf4c6edf617.tar.gz SMAPI-033015066650d4bd67a7df0a7f7addf4c6edf617.tar.bz2 SMAPI-033015066650d4bd67a7df0a7f7addf4c6edf617.zip |
suppress keyboard events when a textbox is focused (#445)
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 723cc540..2840798d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * Added support for `ISemanticVersion` in JSON models. * Fixed deadlock in rare cases when injecting a file with an asset loader. * Fixed unhelpful error when a mod exposes a non-public API. + * Fixed input events being raised for keyboard buttons when a textbox is receiving input. * For SMAPI developers: * Overhauled mod DB format to be more concise, reduce the memory footprint, and support versioning/defaulting more fields. |