From cf261ff36ee0c96acd0a8b0b233517991740b8cf Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 3 Aug 2021 12:00:15 -0400 Subject: increase software conflict message to warning level to simplify troubleshooting --- docs/release-notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/release-notes.md') diff --git a/docs/release-notes.md b/docs/release-notes.md index 460b64fb..8e354585 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,13 +3,14 @@ # Release notes ## Upcoming release * For players: + * The software conflict message added in SMAPI 3.11.0 now appears as a warning to simplify troubleshooting. * 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. + * Fixed `Constants.Save*` fields incorrect if the save's folder name and ID don't match. ## 3.12.0 -01 August 2021 for Stardew Valley 1.5.4 or later. See [release highlights](https://www.patreon.com/posts/54388616). +Released 01 August 2021 for Stardew Valley 1.5.4 or later. See [release highlights](https://www.patreon.com/posts/54388616). * For players: * Added save recovery when content mods leave null objects in the save (in _Error Handler_). -- cgit