diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-01 19:32:49 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-01 19:32:49 -0400 |
| commit | 6c39a31f72c5d6e1e202fe3fbed5f775976e448b (patch) | |
| tree | 19604f9e1391eb17a393e82d8b59fd0692b1a87a /docs | |
| parent | f5386fcf6028cb6d6f9e93bf282c4c99a62debf7 (diff) | |
| download | SMAPI-6c39a31f72c5d6e1e202fe3fbed5f775976e448b.tar.gz SMAPI-6c39a31f72c5d6e1e202fe3fbed5f775976e448b.tar.bz2 SMAPI-6c39a31f72c5d6e1e202fe3fbed5f775976e448b.zip | |
special-case '-unofficial' when comparing 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 8573c175..beba403a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -27,6 +27,7 @@ * Added `IContentPack.WriteJsonFile` method. * Added IntelliSense documentation for the non-developers version of SMAPI. * Mods are no longer prevented from loading a PNG while the game is drawing. + * When comparing mod versions, SMAPI now considers `-unofficial` to be lower-precedence than any other value (e.g. `1.0-beta` is now considered newer than `1.0-unofficial` regardless of normal sorting). * Fixed `IContentPack.ReadJsonFile` allowing non-relative paths. * Fixed trace logs not showing path for invalid mods. * Fixed 'no update keys' warning not shown for mods with only invalid update keys. |
