diff options
-rw-r--r-- | docs/release-notes.md | 3 | ||||
-rw-r--r-- | src/SMAPI.Web/wwwroot/SMAPI.metadata.json | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index eeff3347..460b64fb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ # Release notes ## Upcoming release +* For players: + * Updated compatibility list. + * For mod authors: * Fixed save constants not set correctly in edge cases where the folder name doesn't match the save ID. diff --git a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json index eeda13eb..b38c1f7a 100644 --- a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json @@ -168,6 +168,15 @@ }, /********* + ** Broke in SMAPI 3.12.0 + *********/ + "Stardew Hack": { + "ID": "bcmpinc.StardewHack", + "~5.0.0 | Status": "AssumeBroken", + "~5.0.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" + }, + + /********* ** Broke in SDV 1.5 (Content Patcher packs) *********/ "mi.Mermaids": { |