diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-20 00:09:20 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-20 00:09:20 -0400 |
commit | 7b7176f6d824ae63cf996c73fffa811906c49cfb (patch) | |
tree | 1bb393c11aa8c34bcae5d4d83b3a7b485eca3bac | |
parent | 1aa44b2624936a3543dd82329e29732b5278affc (diff) | |
download | SMAPI-7b7176f6d824ae63cf996c73fffa811906c49cfb.tar.gz SMAPI-7b7176f6d824ae63cf996c73fffa811906c49cfb.tar.bz2 SMAPI-7b7176f6d824ae63cf996c73fffa811906c49cfb.zip |
add missing release notes
-rw-r--r-- | release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |