diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-22 20:00:33 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-22 20:00:33 -0400 |
commit | b074eb279a649030e71ed2192bb6a528a9801fce (patch) | |
tree | 39b9a1d9eec3b67d3b0d60734c6064dbac22e4dc /docs/release-notes.md | |
parent | 163eebd92e21075698986a843850f0850514e778 (diff) | |
download | SMAPI-b074eb279a649030e71ed2192bb6a528a9801fce.tar.gz SMAPI-b074eb279a649030e71ed2192bb6a528a9801fce.tar.bz2 SMAPI-b074eb279a649030e71ed2192bb6a528a9801fce.zip |
add harmony_summary command
Diffstat (limited to 'docs/release-notes.md')
-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 f95a6192..4596a525 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,8 +11,9 @@ * Internal changes to improve performance and reliability. * For modders: - * Added `Multiplayer.PeerConnected` event. * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). + * Added `Multiplayer.PeerConnected` event. + * Added `harmony_summary` console command which lists all current Harmony patches, optionally with a search filter. * Harmony mods which use the `[HarmonyPatch(type)]` attribute now work crossplatform. Previously SMAPI couldn't rewrite types in custom attributes for compatibility. * Improved mod rewriting for compatibility: * Fixed rewriting types in custom attributes. |