summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md3
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.