diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-28 21:41:00 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-28 21:41:00 -0400 |
commit | 89ad599561a058289d8ea44e0c345f1a30a3a6ac (patch) | |
tree | b90f7e085b7bf12f75320a2bd002d1e748028eb3 /docs/release-notes.md | |
parent | 583cb91f4a3429549b8e56081737e6a410ebd1a4 (diff) | |
download | SMAPI-89ad599561a058289d8ea44e0c345f1a30a3a6ac.tar.gz SMAPI-89ad599561a058289d8ea44e0c345f1a30a3a6ac.tar.bz2 SMAPI-89ad599561a058289d8ea44e0c345f1a30a3a6ac.zip |
add support for writing versions to JSON
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 062f902e..a8f6d851 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -44,6 +44,7 @@ * Added Harmony DLL for internal use by SMAPI. (Mods should still include their own copy for backwards compatibility, and in case it's removed later. SMAPI will always load its own version though.) * Added option to suppress update checks for a specific mod in `StardewModdingAPI.config.json`. * Added absolute pixels to `ICursorPosition`. + * Added support for reading/writing `ISemanticVersion` to JSON. * Update checks now use the update key order when deciding which to link to. * Fixed error if a mod loads a PNG while the game is loading (e.g. custom map tilesheets via `IAssetLoader`). * Fixed assets loaded by temporary content managers not being editable by mods. |