From cefd9e23b06599aca3fefba7a78c6c785f4e5d57 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 11 Nov 2022 01:38:45 -0500 Subject: set max game version --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index c247a9d5..014e8814 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ * For players: * Added config options to override the mod load order, for the rare cases where that's needed (thanks to Shockah!). * Added config option to disable console input, which may reduce CPU usage on some Linux systems. + * Set the max game version to 1.5.6 (since 1.6 will need a SMAPI update). * For mod authors: * Optimized asset name comparisons (thanks to atravita!). -- cgit