diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-26 20:48:29 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-26 20:48:29 -0500 |
commit | 9f36b2b3d69ee0a45241bfcc45953df29f167aef (patch) | |
tree | c68ff9467583ed4e93b79f35903a73d793218fa3 | |
parent | 7cbf298bd42606b41386f117566c79732f88cccf (diff) | |
download | SMAPI-9f36b2b3d69ee0a45241bfcc45953df29f167aef.tar.gz SMAPI-9f36b2b3d69ee0a45241bfcc45953df29f167aef.tar.bz2 SMAPI-9f36b2b3d69ee0a45241bfcc45953df29f167aef.zip |
update release notes
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index dc26db2d..5379950e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -14,6 +14,7 @@ * Fixed rare error when building/demolishing buildings. * For the Console Commands mod: + * Added `performance` command to track mod performance metrics. This is an advanced experimental feature. (Thanks to Drachenkätzchen!) * Added `test_input` command to view button codes in the console. * For modders: @@ -23,6 +24,7 @@ * Fixed dialogue asset changes not correctly propagated until the next day. * For SMAPI/tool developers: + * Added internal performance monitoring (thanks to Drachenkätzchen!). This is disabled by default in the current version, but can be enabled using the `performance` console command. * Added internal support for four-part versions to support SMAPI on Android. * Updated links for the new r/SMAPI subreddit. * The `/mods` web API endpoint now includes version mappings from the wiki. |