summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-09-18 21:03:05 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-09-18 21:03:05 -0400
commitf56636d2c8c78d06b150c4f942f2b791228c560b (patch)
treeffea18084b17321fe1cbd42fc3dddf7072867032 /docs
parent49756e654204ba0e66a1b75f459462e0cd83639b (diff)
downloadSMAPI-f56636d2c8c78d06b150c4f942f2b791228c560b.tar.gz
SMAPI-f56636d2c8c78d06b150c4f942f2b791228c560b.tar.bz2
SMAPI-f56636d2c8c78d06b150c4f942f2b791228c560b.zip
fix trace logs not showing path for invalid mods
Diffstat (limited to 'docs')
-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 84fb88b0..f6119d23 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -22,6 +22,7 @@
* Added IntelliSense documentation when not using the 'for developers' version of SMAPI.
* Mods are no longer prevented from loading a PNG while the game is drawing.
* Fixed `IContentPack.ReadJsonFile` allowing non-relative paths.
+ * Fixed trace logs not showing path for invalid mods.
* Suppressed the game's 'added crickets' debug output.
* **Breaking change:** `helper.ModRegistry` now returns `IModInfo` instead of `IManifest` directly. This lets SMAPI return more metadata about mods in future versions.
* **Breaking change:** most SMAPI files have been moved into a `smapi-internal` subfolder. This won't affect compiled mods, but you'll need to update the mod build config NuGet package when compiling mods.