summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-11 22:32:33 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-11 22:32:33 -0400
commit5a7422b3122dc0c46c6fe9b445eae0bc5df77298 (patch)
tree502748abf8960c6bf06fbec2837243c51c3725b6 /docs/release-notes.md
parentbbe5983acdd082d2185a69e2ad37d659a298223d (diff)
downloadSMAPI-5a7422b3122dc0c46c6fe9b445eae0bc5df77298.tar.gz
SMAPI-5a7422b3122dc0c46c6fe9b445eae0bc5df77298.tar.bz2
SMAPI-5a7422b3122dc0c46c6fe9b445eae0bc5df77298.zip
log time change in verbose mode
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index b35a4760..53711454 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,6 +7,7 @@
* For mod authors:
* Refactored how event handling works under the hood, particularly the new content API. This should have no effect on mod usage.
+ * In-game time changes are now logged in verbose mod.
* 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.