diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-06 02:14:44 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-06 02:14:44 -0500 |
commit | d5b00bec84fca94ebd94bea509af060928585cc8 (patch) | |
tree | b3c277b5899af7754e2758936d0f94b5dc598202 /docs/release-notes.md | |
parent | a179466e6b2800846bd425e2fe61de80d52d77bd (diff) | |
download | SMAPI-d5b00bec84fca94ebd94bea509af060928585cc8.tar.gz SMAPI-d5b00bec84fca94ebd94bea509af060928585cc8.tar.bz2 SMAPI-d5b00bec84fca94ebd94bea509af060928585cc8.zip |
simplify tilesheet order warning
Diffstat (limited to 'docs/release-notes.md')
-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 4c548924..d4702dd5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,9 @@ * For players: * Reduced memory usage. +* For modders: + * Simplified tilesheet order warning added in 3.8.2. + * For the Console Commands mod: * Removed experimental `performance` command. Unfortunately this impacted SMAPI's memory usage and the data was often misinterpreted. This may be replaced with more automatic performance alerts in a future version. |