summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-19 21:28:44 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-19 21:28:44 -0400
commitaeab19f4aca366be3446b9f1ee097d51d21b5fde (patch)
tree2adc595410c7c8ae13563fb7cca0f376579344c5 /docs/release-notes.md
parentc41b92f721bc61f3dd21e56f86557d7cb185197a (diff)
downloadSMAPI-aeab19f4aca366be3446b9f1ee097d51d21b5fde.tar.gz
SMAPI-aeab19f4aca366be3446b9f1ee097d51d21b5fde.tar.bz2
SMAPI-aeab19f4aca366be3446b9f1ee097d51d21b5fde.zip
backport harmony_summary command to Harmony 1.x (#711)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c47ee835..9ea3e445 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,10 +1,11 @@
&larr; [README](README.md)
# Release notes
+<!--
## Upcoming release + 1
* For modders:
* Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info).
- * Added `harmony_summary` console command which lists all current Harmony patches, optionally with a search filter.
+-->
## Upcoming release
* For players:
@@ -25,6 +26,7 @@
* Added [event priorities](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events#Custom_priority) (thanks to spacechase0!).
* Added [update subkeys](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Update_checks#Update_subkeys).
* Added `Multiplayer.PeerConnected` event.
+ * Added `harmony_summary` console command which lists all current Harmony patches, optionally with a search filter.
* Added ability to override update keys from the compatibility list.
* 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: