diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-10 13:37:59 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-10 13:37:59 -0500 |
commit | dd7b5ac462f5be2d6bee9d61f243e5c32140f175 (patch) | |
tree | a21037fb18fab5fb8561c982d3a6b971ac12b248 /docs | |
parent | 1398e591abc23a7af927cc7de1e8df512b6fc598 (diff) | |
download | SMAPI-dd7b5ac462f5be2d6bee9d61f243e5c32140f175.tar.gz SMAPI-dd7b5ac462f5be2d6bee9d61f243e5c32140f175.tar.bz2 SMAPI-dd7b5ac462f5be2d6bee9d61f243e5c32140f175.zip |
fix mods being able to change cursor position reported to other mods
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 26a43f66..16ed9af5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,7 @@ ## 2.3 * For modders: * 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. ## 2.2 * For players: |