diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-09 00:51:56 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-09 00:51:56 -0400 |
commit | 311033964924b69961c3a9f3e21e6e3ea880910e (patch) | |
tree | 6c8443b1a222210e3e19356224398cc199f06134 /docs/release-notes.md | |
parent | f16e477fc22bf76c33d8860acda090a199a0dcdb (diff) | |
download | SMAPI-311033964924b69961c3a9f3e21e6e3ea880910e.tar.gz SMAPI-311033964924b69961c3a9f3e21e6e3ea880910e.tar.bz2 SMAPI-311033964924b69961c3a9f3e21e6e3ea880910e.zip |
add attribute type rewriting (#711)
Diffstat (limited to 'docs/release-notes.md')
-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 8037c10c..91acb14e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,8 @@ ## Upcoming released * 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). + * Harmony mods which use the `[HarmonyPatch(type)]` attribute now work crossplatform. Previously SMAPI couldn't rewrite types in custom attributes for compatibility. * Fixed asset propagation for Gil's portraits. ## 3.5 |