summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-06-27 11:22:36 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-06-27 11:22:36 -0400
commita9958dac6acd23213649456fe4763f54d2672bcb (patch)
tree304d15e7e8e08cd43d17eec05d2d23a50deddc95 /release-notes.md
parentf7f1b1e5137358b64254854df2cc34828004bd2a (diff)
downloadSMAPI-a9958dac6acd23213649456fe4763f54d2672bcb.tar.gz
SMAPI-a9958dac6acd23213649456fe4763f54d2672bcb.tar.bz2
SMAPI-a9958dac6acd23213649456fe4763f54d2672bcb.zip
clean up log output when loading mods
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/release-notes.md b/release-notes.md
index e5cfb7f8..c76623b0 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -17,12 +17,12 @@ 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.)
-* Mods are now listed in alphabetical order in the log.
+* Cleaned up & sorted mod list in console log.
For modders:
* You can now specify minimum dependency versions in `manifest.json`.
* Added `System.ValueTuple.dll` to the SMAPI install package so mods can use [C# 7 value tuples](https://docs.microsoft.com/en-us/dotnet/csharp/tuples).
-* Improved trace logging when SMAPI loads mods.
+* Cleaned up SMAPI logging when loading mods.
* Changed `manifest.MinimumApiVersion` from string to `ISemanticVersion`.
* Fixed `SemanticVersion` parsing some invalid versions into close approximations (like `1.apple` &rarr; `1.0-apple`).
* Fixed `SemanticVersion` not treating hyphens as separators when comparing prerelease tags.