summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-28 21:21:18 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-28 21:21:18 -0500
commitb2a6933efb0719b48034eff8c29b5f12beb00248 (patch)
tree39cb1ea71461fce10d738795f45f6b1fa0e02a65 /docs
parent822cc71619cd173a67de241843cf1679cfc1904d (diff)
downloadSMAPI-b2a6933efb0719b48034eff8c29b5f12beb00248.tar.gz
SMAPI-b2a6933efb0719b48034eff8c29b5f12beb00248.tar.bz2
SMAPI-b2a6933efb0719b48034eff8c29b5f12beb00248.zip
fix mod type defaulted incorrectly in SMAPI toolkit
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index bb5998f8..2e99277f 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -11,6 +11,9 @@
* For players:
* Fixed error running `install on Windows.bat` in very rare cases.
+* For modders:
+ * Fixed SMAPI toolkit defaulting the mod type to SMAPI if its `manifest.json` has neither `EntryDll` nor `ContentPackFor`. This only affects external tools, since SMAPI itself validates those fields separately.
+
## 3.9.1
Released 25 January 2021 for Stardew Valley 1.5.4 or later.