diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-11 17:59:44 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-11 17:59:44 -0400 |
commit | 45f674303454fb27327a0404ed403ac15ed04580 (patch) | |
tree | f51233799fd2d49073d2b29fe995400329f26523 /docs | |
parent | d097825c84bbe7d4b4812d4948358dd22abd166a (diff) | |
download | SMAPI-45f674303454fb27327a0404ed403ac15ed04580.tar.gz SMAPI-45f674303454fb27327a0404ed403ac15ed04580.tar.bz2 SMAPI-45f674303454fb27327a0404ed403ac15ed04580.zip |
optimize raising events for the most common cases
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 d66fea5d..7ccd466a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ # Release notes ## Upcoming release +* For players: + * Further improved performance in some cases. + * For mod authors: * Fixed error when loading a `.xnb` file through the old content API without the file extension. * Fixed asset propagation for player sprites not fully updating recolor masks in some cases. |