summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 85d9eec7..a343cff3 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -72,6 +72,7 @@
* Added prototype SMAPI 3.0 events accessible via `helper.Events`.
* Added prototype mod handler toolkit.
* Added Harmony for SMAPI's internal use to patch game functions for events.
+ * Added metadata dump option in `StardewModdingAPI.config.json` for troubleshooting some cases.
* Rewrote input suppression using new SDV 1.3 APIs.
* Rewrote world/player state tracking:
* much more efficient than previous method;