diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-16 19:16:58 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-16 19:16:58 -0500 |
commit | 0122abaf203c1efa70e5e48336cc4800d4f01cc0 (patch) | |
tree | 212ebd99094153d58883e64d60de8469b6b90da9 /docs | |
parent | 0ad9fbddddbf9edfd847c507d70e10d2f8ce559b (diff) | |
download | SMAPI-0122abaf203c1efa70e5e48336cc4800d4f01cc0.tar.gz SMAPI-0122abaf203c1efa70e5e48336cc4800d4f01cc0.tar.bz2 SMAPI-0122abaf203c1efa70e5e48336cc4800d4f01cc0.zip |
add JSON converters for crossplatform-incompatible types (#423)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4b6a7ba5..c4a96b95 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,9 +1,12 @@ # Release notes ## 2.4 * For players: - * SMAPI now fixes curly quotes in `config.json` if possible. + * Fixed error parsing `config.json` files containing curly quotes. + * Fixed error parsing JSON files generated on another platform. + * Fixed rare issues caused by mods reloading core assemblies, which is no longer allowed. + +* For mod authors: * Fixed semantic versions always ignoring `-0` tag. - * Fixed rare issues caused by assembly references being incorrectly loaded twice. * For the [log parser][]: * Fixed parse error for logs with zero installed mods. |