diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-12 01:11:16 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-12 01:11:16 -0500 |
commit | dc2ceb39f31c35752c943b5052d5abaa7b6494fa (patch) | |
tree | 6c621389d64be9085098c74610a55b83685b4c39 /docs | |
parent | d8a3ed36c849fdeb1a2d9ca9f55682dc8e5d21fb (diff) | |
download | SMAPI-dc2ceb39f31c35752c943b5052d5abaa7b6494fa.tar.gz SMAPI-dc2ceb39f31c35752c943b5052d5abaa7b6494fa.tar.bz2 SMAPI-dc2ceb39f31c35752c943b5052d5abaa7b6494fa.zip |
fix curly quotes in config.json automatically if possible (#412)
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 a7a3c97f..87ef671e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,7 @@ # Release notes ## 2.4 * For players: + * SMAPI now fixes curly quotes in `config.json` if possible. * Fixed rare issues caused by assembly references being incorrectly loaded twice. * For the [log parser][]: |