summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-16 17:22:44 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-25 18:18:37 -0400
commit68e629f17c349b685ef3c4836552adcbed0c4976 (patch)
treec17931e92b3914d08d8bdff8e4d35e6ea26bdba6 /docs/release-notes.md
parentc20fcec169d75b395636b06adcbec8d5101447fd (diff)
downloadSMAPI-68e629f17c349b685ef3c4836552adcbed0c4976.tar.gz
SMAPI-68e629f17c349b685ef3c4836552adcbed0c4976.tar.bz2
SMAPI-68e629f17c349b685ef3c4836552adcbed0c4976.zip
fix data helper's WriteJsonFile not deleting file if data is null (#799)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 409c4bd5..d0b794ee 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,8 +3,9 @@
# Release notes
## Upcoming release
* For mod authors:
- * Added `GetInAllLocales` method in translation API, to get a translation in every available locale.
- * Fixed rare `NullReferenceException` in SMAPI's error-handling.
+ * Added `helper.Translation.GetInAllLocales` to get a translation in every available locale.
+ * 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.
## 3.12.2