diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-24 12:13:34 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-24 12:13:34 -0500 |
commit | f0f348bd5f5f4aa27030febe8a057eab9c50db7d (patch) | |
tree | 3909a17c036c43fb90de8f50ae6ba29368fda6e8 /docs/release-notes.md | |
parent | 730d9783959cc35945841ab721c930fad8ff9ca0 (diff) | |
download | SMAPI-f0f348bd5f5f4aa27030febe8a057eab9c50db7d.tar.gz SMAPI-f0f348bd5f5f4aa27030febe8a057eab9c50db7d.tar.bz2 SMAPI-f0f348bd5f5f4aa27030febe8a057eab9c50db7d.zip |
update packages
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 3771ec19..f11d285c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -115,7 +115,7 @@ For modders: * Trace logs when loading mods are now more clear. * Clarified update-check errors for mods with multiple update keys. * `SemanticVersion` no longer omits `.0` patch numbers when formatting versions, for better [semver](https://semver.org/) conformity (e.g. `3.0` is now formatted as `3.0.0`). - * Updated dependencies (including Json.NET 11.0.2 → 12.0.2 and Mono.Cecil 0.10.1 → 0.11). + * Updated dependencies (including Json.NET 11.0.2 → 12.0.3 and Mono.Cecil 0.10.1 → 0.11.1). * Fixes: * Fixed custom maps loaded from `.xnb` files not having their tilesheet paths automatically adjusted. * Fixed custom maps loaded from the mod folder with tilesheets in a subfolder not working crossplatform. All tilesheet paths are now normalized for the OS automatically. |