diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-02-18 12:31:14 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-02-18 12:31:14 -0500 |
commit | 065859408f4e88ea1154b1fc76f7df5288e51b53 (patch) | |
tree | d8edcb9066511585f8483d9d5ad98f48d76dbe9f /docs | |
parent | 28d737288056f28838811ee564ec9e219b61269e (diff) | |
download | SMAPI-065859408f4e88ea1154b1fc76f7df5288e51b53.tar.gz SMAPI-065859408f4e88ea1154b1fc76f7df5288e51b53.tar.bz2 SMAPI-065859408f4e88ea1154b1fc76f7df5288e51b53.zip |
Fix support for custom locale codes in asset names (#766)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 5e004227..d549b99c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,7 @@ * For mod authors: * The `SDate` constructor is no longer case-sensitive for season names. * Fixed issue where suppressing `[Left|Right]Thumbstick[Down|Left]` keys would suppress the opposite direction instead. + * Fixed support for using locale codes from custom languages in asset names (e.g. `Data/Achievements.eo-EU`). * For console commands: * Fixed `player_add` with Journal Scraps and Secret Notes. |