summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-10 13:43:05 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-10 13:43:05 -0500
commit2c5532f4ab0d0bf4ce5a4bc376cf8bb5fb803f11 (patch)
treee2ef1b2f74537a15946d74b936430f5c08e902bf /docs
parentdd7b5ac462f5be2d6bee9d61f243e5c32140f175 (diff)
downloadSMAPI-2c5532f4ab0d0bf4ce5a4bc376cf8bb5fb803f11.tar.gz
SMAPI-2c5532f4ab0d0bf4ce5a4bc376cf8bb5fb803f11.tar.bz2
SMAPI-2c5532f4ab0d0bf4ce5a4bc376cf8bb5fb803f11.zip
add e.IsSuppressed to input event args
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 16ed9af5..02e75f3d 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,6 +1,7 @@
# Release notes
## 2.3
* For modders:
+ * Added `IsSuppressed` to input events so mods can optionally avoid handling a key another mod already handled.
* Fixed error when using the reflection API accesses with a property with either `get` and `set` missing.
* Fixed issue where a mod could change the cursor position reported to other mods.