summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-06-24 20:17:34 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-06-24 20:17:34 -0400
commit66f8920c29567de615dbcb0a06e78f774d128f6b (patch)
treed6c806f142fe691a84aa84f36979e39460b9882f /docs/release-notes.md
parent4df8f4a656ce68b5bb7dc76eefd6da9c27620928 (diff)
downloadSMAPI-66f8920c29567de615dbcb0a06e78f774d128f6b.tar.gz
SMAPI-66f8920c29567de615dbcb0a06e78f774d128f6b.tar.bz2
SMAPI-66f8920c29567de615dbcb0a06e78f774d128f6b.zip
log trace message if conflicting software is detected
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0879a072..f3f66430 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -17,6 +17,7 @@
* Added `World.FurnitureListChanged` event (thanks to DiscipleOfEris!).
* Added asset propagation for building/house paint masks.
* Added validation for the manifest `Dependencies` field.
+ * Added `TRACE` message if software known to cause issues is installed (currently MSI Afterburner and RivaTuner), to simplify troubleshooting.
* Fixed [JSON schema](technical/web.md#using-a-schema-file-directly) in Visual Studio Code warning about comments or trailing commas.
* Fixed JSON schema for `i18n` files requiring the wrong value for the `$schema` field.
* Fixed validation for mods with version `0.0.0`.