diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-08 00:12:47 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-08 00:12:47 -0400 |
commit | 03e679d66cc7439b0218c95cbead925786e37e86 (patch) | |
tree | 9002440ea14dfdd1363e3a0587c9d807695ca7a4 /docs/release-notes.md | |
parent | 8df5d79c9e01c2d665192ba5accfcd45a47e2dda (diff) | |
download | SMAPI-03e679d66cc7439b0218c95cbead925786e37e86.tar.gz SMAPI-03e679d66cc7439b0218c95cbead925786e37e86.tar.bz2 SMAPI-03e679d66cc7439b0218c95cbead925786e37e86.zip |
serialise all enums to string in JSON by default
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 691bf48e..d14b7459 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,9 +3,10 @@ * For players: * Fixed custom festival maps always using spring tilesheets. * Fixed `player_add` command not recognising return scepter. - * Fixed `player_add` showing fish twice. + * Fixed `player_add` command showing fish twice. * For modders: + * All enums in `config.json` are now serialised to string by default, since that's more user-friendly. Previously only certain predefined enums were serialised that way. Note that `config.json` files which already have integer enums will still be parsed fine. * Fixed false compatibility error when constructing multidimensional arrays. * Fixed `.ToSButton()` methods not being public. * Updated compatibility list. |