diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-14 13:03:57 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-14 13:03:57 -0500 |
commit | 9d1b6a1af2f21dff9904d03daaf6f1ce6409d7f8 (patch) | |
tree | 2e0c03e84f65382ae5c0b906ff40e3299b382981 /release-notes.md | |
parent | 83bdcd28386cebd36890565065912be4e3443603 (diff) | |
download | SMAPI-9d1b6a1af2f21dff9904d03daaf6f1ce6409d7f8.tar.gz SMAPI-9d1b6a1af2f21dff9904d03daaf6f1ce6409d7f8.tar.bz2 SMAPI-9d1b6a1af2f21dff9904d03daaf6f1ce6409d7f8.zip |
fix issue where default ICollection<T> values in config.json were duplicated on each load (#209)
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md index 8b4df6d7..1fb72dd1 100644 --- a/release-notes.md +++ b/release-notes.md @@ -6,7 +6,8 @@ See [log](https://github.com/Pathoschild/SMAPI/compare/stable...develop). For players: * Fixed issue where the installer couldn't find the game for some players on 32-bit Windows. * Fixed issue where SMAPI couldn't be launched from Steam for some Linux players. -* Fixed error loading mods if they have a `.cache` folder created on a different platform. +* Fixed issue where values in `config.json` were duplicated in some cases. +* Fixed error loading mods that were released with a `.cache` folder from a different platform. * Updated list of incompatible mods. For mod developers: |