diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-24 19:16:51 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-24 19:16:51 -0400 |
commit | 68def4aa8a0a7909948849fc7be971eba05b6bb2 (patch) | |
tree | 2ddd996d2076d83eb98327962b4c0535d6c1237d /docs/release-notes.md | |
parent | 93475bab7fe692773350e227e1eae55c567ae8bf (diff) | |
download | SMAPI-68def4aa8a0a7909948849fc7be971eba05b6bb2.tar.gz SMAPI-68def4aa8a0a7909948849fc7be971eba05b6bb2.tar.bz2 SMAPI-68def4aa8a0a7909948849fc7be971eba05b6bb2.zip |
fix mouse input suppression broken in SMAPI 3.4 (#705)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 7474cc32..55e867d1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,7 +3,8 @@ # Release notes ## Upcoming release * For modders: - * Fixed asset changes not propagating to NPCs in an event (e.g. wedding sprites). + * Asset changes now propagate to NPCs in an event (e.g. wedding sprites). + * Fixed mouse input suppression not working in SMAPI 3.4. ## 3.4 Released 22 March 2020 for Stardew Valley 1.4.1 or later. |