diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-04 16:50:00 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-04 16:50:00 -0500 |
commit | 88dce820d52f7e09ce5424e13b34d6c10d5868ed (patch) | |
tree | 5a85bf951ebffa09215f0035ef3d6b5c4bf3f9d5 /docs | |
parent | 01c612bc4aca5a1d8921432c94956f4d170d4d4b (diff) | |
download | SMAPI-88dce820d52f7e09ce5424e13b34d6c10d5868ed.tar.gz SMAPI-88dce820d52f7e09ce5424e13b34d6c10d5868ed.tar.bz2 SMAPI-88dce820d52f7e09ce5424e13b34d6c10d5868ed.zip |
no longer omit zero patch numbers when formatting versions
Diffstat (limited to 'docs')
-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 7cd7b52b..1d933f96 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -107,6 +107,7 @@ For modders: * Trace logs for a broken mod now list all detected issues (instead of the first one). * 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). * Fixes: * Fixed custom maps loaded from `.xnb` files not having their tilesheet paths automatically adjusted. |