From 93fb34223cb5bbdf7d3ee4eec44192d4638b8d6b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 24 Sep 2017 02:38:29 -0400 Subject: update release notes (#360, #361) --- release-notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 41d946c7..a1473313 100644 --- a/release-notes.md +++ b/release-notes.md @@ -6,7 +6,8 @@ For players: * The console is now simpler and easier to read. * The console now adjusts its colors when you have a light terminal background. * SMAPI now detects mods which may impact game stability and shows a warning in the console. -* SMAPI now alerts you in the console when one of your mods has a new version. +* SMAPI now alerts you in the console when one of your mods has a new version. + _That includes most existing mods, even if they haven't updated to use the new update-check API yet._ * Renamed installer folder from `SMAPI 2.0` to `SMAPI 2.0 installer` to avoid confusion. * Updated compatibility list. * Fixed update check errors on Linux/Mac. @@ -33,6 +34,8 @@ For power users: For SMAPI developers: * SMAPI has been significantly refactored under the hood to support changes in 2.0 and upcoming releases. +* Overhauled `StardewModdingAPI.config.json` format to support injecting mod data. +* Removed SMAPI 1._x_ compatibility code. ## 1.15.4 For players: -- cgit