summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-15 01:25:56 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-25 18:17:09 -0400
commit6cf7c49f34eac8edd18012d41d1f49a149fb1f5a (patch)
tree1e2b911c730acd643baae7493d5e7f938c014e87 /docs
parenta4c6c6168405bb0441a40e4f6f4e86dfa46a76b2 (diff)
downloadSMAPI-6cf7c49f34eac8edd18012d41d1f49a149fb1f5a.tar.gz
SMAPI-6cf7c49f34eac8edd18012d41d1f49a149fb1f5a.tar.bz2
SMAPI-6cf7c49f34eac8edd18012d41d1f49a149fb1f5a.zip
add GetInAllLocales to translation API
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 9e42a847..409c4bd5 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,6 +3,7 @@
# 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.
* Internal changes to prepare for upcoming releases.