diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-01 20:58:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-01 20:58:21 -0400 |
commit | 1240cb21024c3b715a6dacb2bec170a588a08791 (patch) | |
tree | 271c007b8a4dd533064af38fa2c125c0566e17b9 /docs | |
parent | 8bfab94213e86c4245961150bd3423ee85213c5d (diff) | |
download | SMAPI-1240cb21024c3b715a6dacb2bec170a588a08791.tar.gz SMAPI-1240cb21024c3b715a6dacb2bec170a588a08791.tar.bz2 SMAPI-1240cb21024c3b715a6dacb2bec170a588a08791.zip |
fix translations not initialized for temporary content packs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index a8db9cbd..1db50e26 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,9 @@ * Improved mod compatibility in 64-bit mode (thanks to spacechase0!). * Reducing load time when scanning/rewriting many mods for compatibility. +* For mod authors: + * Fixed content packs created via `helper.ContentPacks.CreateFake` or `CreateTemporary` not initializing translations correctly. + * For console commands: * Added `hurry_all` command which immediately warps all NPCs to their scheduled positions. |