diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-06 00:16:39 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-06 00:16:39 -0400 |
commit | 53a6833ab22fb41e909ed8ef50aa9262735818d9 (patch) | |
tree | be9efb2fe0e33938b5cec8b10704bb54c83c0877 /docs/release-notes.md | |
parent | aee42562698ad3e84f781d51e8aa5017a1a589bc (diff) | |
download | SMAPI-53a6833ab22fb41e909ed8ef50aa9262735818d9.tar.gz SMAPI-53a6833ab22fb41e909ed8ef50aa9262735818d9.tar.bz2 SMAPI-53a6833ab22fb41e909ed8ef50aa9262735818d9.zip |
return file versions from Nexus in web API (#532)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 39b431cf..11a2a04c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -59,6 +59,7 @@ * For SMAPI developers: * Added more consistent crossplatform handling using a new `EnvironmentUtility`, including MacOS detection. * Added beta update channel to SMAPI, the web API, and home page. + * Added latest mod file version (including optional files) to Nexus API results. * Added more stylish pufferchick on the home page. * Split mod DB out of `StardewModdingAPI.config.json` into its own file. * Rewrote input suppression using new SDV 1.3 APIs. |