summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-30 13:43:23 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-30 13:43:23 -0400
commit061b5338568320183eaab0f116fd97b94888f642 (patch)
treecb934174b8a37753a3be463f0ecd47c97ec47aec /docs/release-notes.md
parentc68e922853560dd192edf63004ea4f8f8faf6fba (diff)
downloadSMAPI-061b5338568320183eaab0f116fd97b94888f642.tar.gz
SMAPI-061b5338568320183eaab0f116fd97b94888f642.tar.bz2
SMAPI-061b5338568320183eaab0f116fd97b94888f642.zip
fix error deserializing null semantic version
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 3fbfd990..62402b56 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -15,6 +15,7 @@
* For mod authors:
* Added support for [custom update manifests](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Update_checks#Custom_update_manifest) (thanks to Jamie Taylor!).
+ * Fixed error loading a mod if it sets `"MinimumApiVersion": null` explicitly.
* For SMAPI toolkit users:
* Fixed `ModFolder` not being JSON-serializable.