diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-19 21:29:54 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-19 21:29:54 -0500 |
commit | 374a8ababeb1a341d5e7fe3f9a966ecca1ef6dab (patch) | |
tree | 93324738c09d347806002a35147e1c298e175a80 /docs | |
parent | 568ba2757e0b2947a8578128ff8f0a70eb075b38 (diff) | |
parent | 32defd60e2e1ce4d153c567f75343111e4597684 (diff) | |
download | SMAPI-374a8ababeb1a341d5e7fe3f9a966ecca1ef6dab.tar.gz SMAPI-374a8ababeb1a341d5e7fe3f9a966ecca1ef6dab.tar.bz2 SMAPI-374a8ababeb1a341d5e7fe3f9a966ecca1ef6dab.zip |
Merge pull request #425 from EnderHDMC/develop
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 d55ba5a1..27110bff 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * Fixed error parsing `config.json` files containing curly quotes. * Fixed error parsing JSON files generated on another platform. * Fixed error parsing some JSON files after mods reload core assemblies, which is no longer allowed. + * 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. |