diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-02 14:27:20 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-02 14:27:20 -0500 |
commit | e7395dfb4d1a71b14d10d39e6add68c0a8a343de (patch) | |
tree | 9e8dd23846cf22169d7594c1128045f318f6400c /docs | |
parent | 72a02c56d51f5e5b0e8e2fc7db59e1f0e6d93d5c (diff) | |
download | SMAPI-e7395dfb4d1a71b14d10d39e6add68c0a8a343de.tar.gz SMAPI-e7395dfb4d1a71b14d10d39e6add68c0a8a343de.tar.bz2 SMAPI-e7395dfb4d1a71b14d10d39e6add68c0a8a343de.zip |
tweak release notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 1e89667a..4cf8efa2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,14 +2,16 @@ ## 2.2 * For players: * Fixed error when a mod loads custom assets on Linux/Mac. - * Fixed error when a mod has an invalid `EntryDLL` filename. * Fixed error when checking for updates on Linux/Mac due to API HTTPS redirect. * Fixed error when Mac adds an `mcs` symlink to the installer package. * Fixed `player_add` command not handling tool upgrade levels. + * Improved error when a mod has an invalid `EntryDLL` filename format. * Updated compatibility list. - * The [log parser][] no longer expires logs after a week. - * Fixed [log parser][] error when uploading very large logs. - * Slightly improved the [log parser][] UI. + +* For the [log parser][]: + * Logs no longer expire after a week. + * Fixed error when uploading very large logs. + * Slightly improved the UI. * For modders: * Added `helper.Content.NormaliseAssetName` method. |