diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-11 21:17:17 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-11 21:17:17 -0400 |
commit | 327b6949d2bb20895048857c6227bf5887df2795 (patch) | |
tree | 521eedbf503bd1481408be9a443f1a1da0529510 | |
parent | f0e1a46f0fa52b4365c8ccb64c7fe4784002257b (diff) | |
download | SMAPI-327b6949d2bb20895048857c6227bf5887df2795.tar.gz SMAPI-327b6949d2bb20895048857c6227bf5887df2795.tar.bz2 SMAPI-327b6949d2bb20895048857c6227bf5887df2795.zip |
add missing release note (#456)
-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 1e32eb8d..2301f865 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -15,6 +15,7 @@ * Fixed update checks failing for Nexus Mods due to a change in their API. * Fixed update checks failing for some older mods with non-standard versions. * Fixed error when a content pack needs a mod that couldn't be loaded. + * Fixed Linux ["magic number is wrong" errors](https://github.com/mono/mono/issues/6752) by changing default terminal order. * Updated compatibility list and added update checks for more mods. * For the [log parser][]: |