diff options
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release-notes.md b/release-notes.md index 281c602c..e5a4906a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -15,9 +15,9 @@ For mod developers: See [log](https://github.com/Pathoschild/SMAPI/compare/1.14...1.15). For players: -* SMAPI will no longer load mods known to be obsolete or unneeded. -* When the `ObjectInformation.xnb` is broken, SMAPI will now print one error to the console instead of a warning flood. (The individual issues are still listed in the log file if needed.) -* Cleaned up & sorted mod list in console log. +* SMAPI no longer loads mods known to be obsolete or unneeded. +* SMAPI now lists mods in an easier-to-read format in the console. +* When the `ObjectInformation.xnb` is broken, SMAPI now prints one error to the console instead of a warning flood. (The individual issues are still listed in the log file if needed.) For modders: * You can now specify minimum dependency versions in `manifest.json`. |