diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-24 02:38:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-24 02:38:29 -0400 |
commit | 93fb34223cb5bbdf7d3ee4eec44192d4638b8d6b (patch) | |
tree | 8c6d4d1ed2982629e299958d70e6a76a1b899cad | |
parent | 0c06b129cadd17ba1e9533319326d8aac8a88ed6 (diff) | |
download | SMAPI-93fb34223cb5bbdf7d3ee4eec44192d4638b8d6b.tar.gz SMAPI-93fb34223cb5bbdf7d3ee4eec44192d4638b8d6b.tar.bz2 SMAPI-93fb34223cb5bbdf7d3ee4eec44192d4638b8d6b.zip |
update release notes (#360, #361)
-rw-r--r-- | release-notes.md | 5 |
1 files changed, 4 insertions, 1 deletions
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. + <small>_That includes most existing mods, even if they haven't updated to use the new update-check API yet._</small> * 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: |