diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-08 14:44:12 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-08 14:44:12 -0500 |
commit | a03137372d8e1aea73da31115d4b47f6656759bc (patch) | |
tree | 5079957f10b8fc0a75208525dcfaff2198e57eb7 /docs | |
parent | 0aac0717bf1c46d798ed007d3c7c5c050e07f354 (diff) | |
download | SMAPI-a03137372d8e1aea73da31115d4b47f6656759bc.tar.gz SMAPI-a03137372d8e1aea73da31115d4b47f6656759bc.tar.bz2 SMAPI-a03137372d8e1aea73da31115d4b47f6656759bc.zip |
update release notes (#605)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 5c12c4cc..eace8be5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -77,10 +77,12 @@ For modders: ### For the web UI * Mod compatibility list: + * Added support for CurseForge mods. + * Added metadata links and dev notes (if any) to advanced info. * Now loads faster (since data is fetched in a background service). * Now continues working with cached data when the wiki is offline. * Clicking a mod link now automatically adds it to the visible mods when the list is filtered. - * Added metadata links and dev notes (if any) to advanced info. + * JSON validator: * Added JSON validator at [json.smapi.io](https://json.smapi.io), which lets you validate a JSON file against predefined mod formats. * Added support for the `manifest.json` format. |