diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-19 21:24:22 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-19 21:24:22 -0500 |
commit | 32defd60e2e1ce4d153c567f75343111e4597684 (patch) | |
tree | 2c002e5b7c8fef98c3f62d3723c8f0235e61dcb2 /docs | |
parent | b87d6da6c514c40f01396bfd8e403eb0a5f2e25c (diff) | |
download | SMAPI-32defd60e2e1ce4d153c567f75343111e4597684.tar.gz SMAPI-32defd60e2e1ce4d153c567f75343111e4597684.tar.bz2 SMAPI-32defd60e2e1ce4d153c567f75343111e4597684.zip |
tweak new script, document workaround, update release notes
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 4b6a7ba5..2f136509 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ * SMAPI now fixes curly quotes in `config.json` if possible. * Fixed semantic versions always ignoring `-0` tag. * Fixed rare issues caused by assembly references being incorrectly loaded twice. + * Fixed error on Linux loading SMAPI when the default terminal is set to Terminator. * For the [log parser][]: * Fixed parse error for logs with zero installed mods. |