diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-23 22:41:15 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-23 22:41:15 -0400 |
commit | 5126d56b3992acd3193aaae35f178bb5e9da1cae (patch) | |
tree | da02a80055aef9df253f0c4a1679884789562f87 /docs | |
parent | fad47ff74f6d03652951230eb1c394b896578c48 (diff) | |
download | SMAPI-5126d56b3992acd3193aaae35f178bb5e9da1cae.tar.gz SMAPI-5126d56b3992acd3193aaae35f178bb5e9da1cae.tar.bz2 SMAPI-5126d56b3992acd3193aaae35f178bb5e9da1cae.zip |
fix error when a mod removes an asset editor/loader (#460)
Diffstat (limited to 'docs')
-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 c40e41be..33e66a14 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -18,7 +18,8 @@ ## 2.5.4 * For players: * Fixed tree textures not updated when changed through the content API. - * Fixed display bugs on Linux/Mac when mods overlay images 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. * For the [log parser][]: * Fixed error when log text contains certain tokens. |