diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-08 22:05:22 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-08 22:05:22 -0500 |
commit | e5407417a0cc80f9cb3d7eb7b43bdb207322a4ec (patch) | |
tree | 69b8f44fce1e43da6a3b596225adbe20ac6a3a00 /docs | |
parent | 5518b8d461732796b0da5f4c9ba85be96bddc205 (diff) | |
download | SMAPI-e5407417a0cc80f9cb3d7eb7b43bdb207322a4ec.tar.gz SMAPI-e5407417a0cc80f9cb3d7eb7b43bdb207322a4ec.tar.bz2 SMAPI-e5407417a0cc80f9cb3d7eb7b43bdb207322a4ec.zip |
add delegating mod hooks for mod use
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 3731157b..d095ce7c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,6 +12,7 @@ * Fixed save backups being empty in rare cases on macOS. * For mod authors: + * Added `DelegatingModHooks` utility for rare cases where a mod needs to override SMAPI's mod hooks in the game directly. * Updated to Newtonsoft.Json 13.0.2 (see [changes](https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.2)) and Pintail 2.2.1 (see [changes](https://github.com/Nanoray-pl/Pintail/blob/master/docs/release-notes.md#222)). ## 3.18.1 |