update release notes

This commit is contained in:
Jesse Plamondon-Willard 2021-08-25 20:46:57 -04:00
parent 0ad0339082
commit 8f77c1d1ef
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 0 deletions

View File

@ -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.