From 7b7176f6d824ae63cf996c73fffa811906c49cfb Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 20 Sep 2017 00:09:20 -0400 Subject: add missing release notes --- release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-notes.md b/release-notes.md index 6d430c7a..c31d2bae 100644 --- a/release-notes.md +++ b/release-notes.md @@ -7,6 +7,7 @@ For players: * 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. * Updated compatibility list. +* Renamed installer folder from `SMAPI 2.0` to `SMAPI 2.0 installer` to avoid confusion. For mod developers: * Added new APIs to edit, inject, and reload XNB assets loaded by the game at any time. @@ -27,6 +28,9 @@ For mod developers: For power users: * Added command-line arguments to the SMAPI installer so it can be scripted. +For SMAPI developers: +* SMAPI has been significantly refactored under the hood to support changes in 2.0 and upcoming releases. + ## 1.15.4 For players: * Fixed errors when loading some custom maps on Linux/Mac or using XNB Loader. -- cgit