diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-05 00:18:13 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-05 00:18:13 -0500 |
commit | aba15074b3d3ab6f655c976f84e9a597d0115efd (patch) | |
tree | 86e6ad48d16e5d82dbbeb3d9fb6326842695917c /docs | |
parent | 699fc41a7d72ec680c35ab36f3e18d54639d9b93 (diff) | |
download | SMAPI-aba15074b3d3ab6f655c976f84e9a597d0115efd.tar.gz SMAPI-aba15074b3d3ab6f655c976f84e9a597d0115efd.tar.bz2 SMAPI-aba15074b3d3ab6f655c976f84e9a597d0115efd.zip |
add helper.CreateTemporaryContentPack to replace deprecated transitional method
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 d7cb6680..6ac4e90b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ * For modders: * Added ModDrop update keys (see [docs](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Manifest#Update_checks)). * Added `IsLocalPlayer` to new player events. + * Added `helper.CreateTemporaryContentPack` to support permanent use cases for mods using the deprecated `helper.CreateTransitionalContentPack`. * Reloading a map asset will now update affected locations. * Reloading the `Data\NPCDispositions` asset will now update affected NPCs. * Fixed world events (like `ObjectListChanged`) not working in the mines. |