diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-11 20:33:01 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-11 20:33:01 -0500 |
commit | 2b68be4ebbb16213167b9bd04e891c7e05c67400 (patch) | |
tree | 48508b1ea40798e720e4d662720137fbbdcfd4d4 /docs | |
parent | bffc7f28e9abcdb2a3e5e8ee5353f4c2f7e111a0 (diff) | |
download | SMAPI-2b68be4ebbb16213167b9bd04e891c7e05c67400.tar.gz SMAPI-2b68be4ebbb16213167b9bd04e891c7e05c67400.tar.bz2 SMAPI-2b68be4ebbb16213167b9bd04e891c7e05c67400.zip |
add version mappings from the wiki to API data
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 22e609dd..63cbbc2c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,9 @@ * Fixed 'collection was modified' error when returning to title in rare cases. * Fixed update-check error if a mod's Chucklefish page has no version. +* For SMAPI/tool developers: + * The `/mods` web API endpoint now includes version mappings from the wiki. + ## 3.1 Released 05 January 2019 for Stardew Valley 1.4 or later. |