diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-25 00:52:37 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-25 00:52:37 -0400 |
commit | 5a0e49827be92d19dfdda7bb15ca15fa8f269ecb (patch) | |
tree | dada12bffd9acd76d2361eae546a160aedc3e0cc /docs/release-notes.md | |
parent | d0b96ed3c068f8b94a53a156a7c5e668f53aa2fc (diff) | |
download | SMAPI-5a0e49827be92d19dfdda7bb15ca15fa8f269ecb.tar.gz SMAPI-5a0e49827be92d19dfdda7bb15ca15fa8f269ecb.tar.bz2 SMAPI-5a0e49827be92d19dfdda7bb15ca15fa8f269ecb.zip |
update fence textures when changed through the content API (#459)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index e0e209a1..2a134d13 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -17,9 +17,10 @@ ## 2.5.4 * For players: - * Fixed NPC and tree textures not updated when changed through the content API. + * Fixed fence, NPC, and tree textures not updated when a mod changes them through the content API. * Fixed visual bug on Linux/Mac when mods overlay images through the content API. * Fixed error when a mod removes an asset editor/loader. + * Fixed minimum game version incorrectly changed from 1.2.30 to 1.2.33 in SMAPI 2.5.3. * For the [log parser][]: * Fixed error when log text contains certain tokens. |