summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-24 16:39:56 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-24 16:39:56 -0400
commitd9c2d242b9457a6517ec348c945ae1a324582492 (patch)
tree5d446b32f4ad08f92d43e86254febf2a194911c2 /docs
parentea96fdf54167608502885a64e844e8b67f1c1d72 (diff)
downloadSMAPI-d9c2d242b9457a6517ec348c945ae1a324582492.tar.gz
SMAPI-d9c2d242b9457a6517ec348c945ae1a324582492.tar.bz2
SMAPI-d9c2d242b9457a6517ec348c945ae1a324582492.zip
add update key overrides
Diffstat (limited to 'docs')
-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 5813298d..90835fa3 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -16,6 +16,7 @@
* Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info).
* Added [update subkeys](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Update_checks#Update_subkeys).
* Added `Multiplayer.PeerConnected` event.
+ * Added ability to override update keys from the compatibility list.
* 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: