diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-31 17:08:30 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-31 17:08:30 -0400 |
commit | 5af87fc3be989c092dfcc9f328aa8bf3e7d48664 (patch) | |
tree | 3c03543d802f261570cd71bc16478f01c5e3a3d8 /docs | |
parent | e0838a28c045939b497455217bd297e8052d11ee (diff) | |
download | SMAPI-5af87fc3be989c092dfcc9f328aa8bf3e7d48664.tar.gz SMAPI-5af87fc3be989c092dfcc9f328aa8bf3e7d48664.tar.bz2 SMAPI-5af87fc3be989c092dfcc9f328aa8bf3e7d48664.zip |
remove compatibility section in the new app manifest
This apparently leads to NoSuitableGraphicsDeviceException errors when launching SMAPI for some players.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index f306607c..a572e6cf 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,10 @@ _If needed, you can update to SMAPI 3.16.0 first and then install the latest version._ --> +## Upcoming release +* For players: + * Fixed some players with compatible GPUs incorrectly getting `NoSuitableGraphicsDeviceException` errors on launch. + ## 3.16.1 Released 29 August 2022 for Stardew Valley 1.5.6 or later. |