summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-25 20:46:57 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-25 20:46:57 -0400
commit8f77c1d1ef60e58356c5eef4ee0e5e58fd062809 (patch)
tree3821bacfe29a5447565935485a3a62de71b42b7b /docs/release-notes.md
parent0ad033908243528a26b48efcbc8727b1d882f236 (diff)
downloadSMAPI-8f77c1d1ef60e58356c5eef4ee0e5e58fd062809.tar.gz
SMAPI-8f77c1d1ef60e58356c5eef4ee0e5e58fd062809.tar.bz2
SMAPI-8f77c1d1ef60e58356c5eef4ee0e5e58fd062809.zip
update release notes
Diffstat (limited to 'docs/release-notes.md')
-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 79129024..4f597758 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,6 +9,7 @@
* For mod authors:
* Added `helper.Translation.GetInAllLocales` to get a translation in every available locale.
+ * Fixed Visual Studio debugger crash when any mods are rewritten for compatibility (thanks to spacechase0!).
* Fixed `helper.Data.WriteJsonFile` not deleting the file if the model is null, unlike the other `Write*` methods.
* Fixed error-handling for `StackOverflowException` thrown on Linux/macOS.
* Internal changes to prepare for upcoming releases.