From 248ba90b75df31a657978c17ad4c6dff26210c96 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 9 Jun 2018 19:46:12 -0400 Subject: add metadata dump option for troubleshooting --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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; -- cgit