diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-20 14:43:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-20 14:43:09 -0400 |
commit | e09499f628e6fb019ea856b197111f4a5bf3adf8 (patch) | |
tree | 981c7738013761ca62ada13c59ba1e25b17aca8a /docs | |
parent | 896f98f2604f508cd94f2fcb0aa34cd914a042b5 (diff) | |
download | SMAPI-e09499f628e6fb019ea856b197111f4a5bf3adf8.tar.gz SMAPI-e09499f628e6fb019ea856b197111f4a5bf3adf8.tar.bz2 SMAPI-e09499f628e6fb019ea856b197111f4a5bf3adf8.zip |
recommend compatible SMAPI version in game version check error
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 f1d470df..9601c946 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,7 @@ * Save backups are now in a `save-backups` subfolder, so they're easier to access. Note that previous backups will be deleted when you update. * Improved various error messages to be more clear and intuitive. * SMAPI now prevents a crash caused by mods adding dialogue the game can't parse. + * When you have an older game version, SMAPI now recommends a compatible SMAPI version in its error. * Fixed transparency issues on Linux/Mac for some mod images. * Fixed error when a mod manifest is corrupted. * Fixed error when a mod adds an unnamed location. |