summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-18 02:31:39 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-18 02:31:39 -0500
commitf1c24e30522499199cbf2f75cb68d7b4e5942bf3 (patch)
tree53985d7cfb785a2573a34731165e1007de7a9097 /docs
parent4444b590f016ebecfc113a0dd4584723b0250f41 (diff)
downloadSMAPI-f1c24e30522499199cbf2f75cb68d7b4e5942bf3.tar.gz
SMAPI-f1c24e30522499199cbf2f75cb68d7b4e5942bf3.tar.bz2
SMAPI-f1c24e30522499199cbf2f75cb68d7b4e5942bf3.zip
add support for ISemanticVersion in JSON models
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 f0a7a718..a1fb4a9d 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -8,6 +8,7 @@
* Updated compatibility list and enabled update checks for more old mods.
* For modders:
+ * Added support for `ISemanticVersion` in JSON models.
* Fixed deadlock in rare cases when injecting a file with an asset loader.
* Fixed unhelpful error when a mod exposes a non-public API.