summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index 179b31c4..84b42c8b 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -14,6 +14,9 @@ For mod developers:
* In `manifest.json`:
* Dependencies can now be optional.
* The version can now be a string like `"1.0-alpha"` instead of a structure.
+ * The `Name`, `Version,` and `UniqueID` fields are no longer optional.
+ * The `UniqueID` field must now be unique (case-insensitive). If two installed mods have the same ID, SMAPI will show an error and load neither.
+* The mod registry now matches unique IDs case-insensitively.
* Removed all deprecated code.
For SMAPI developers: