summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-04-24 17:53:58 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-04-24 17:53:58 -0400
commitbeccea7efdd61d6417217eb3f40ca452373ac3d6 (patch)
tree9f097512f1d318be263c3843332b5c419c13d662 /docs
parent4fae0158edd2f809b145ccacf20f082c06cd4a3e (diff)
downloadSMAPI-beccea7efdd61d6417217eb3f40ca452373ac3d6.tar.gz
SMAPI-beccea7efdd61d6417217eb3f40ca452373ac3d6.tar.bz2
SMAPI-beccea7efdd61d6417217eb3f40ca452373ac3d6.zip
add support for getting a patch helper for arbitrary data
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 cde3a50d..1eac1d62 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -17,6 +17,7 @@
* For modders:
* Added map patching to the content API (via `asset.AsMap()`).
+ * Added support for using patch helpers (e.g. for image/map patching) with arbitrary data (via `helper.Content.GetPatchHelper`).
* Added `SDate` fields/methods: `SeasonIndex`, `FromDaysSinceStart`, `FromWorldDate`, `ToWorldDate`, and `ToLocaleString` (thanks to kdau!).
* Added `SDate` translations taken from the Lookup Anything mod.ยน
* Fixed asset propagation on Linux/Mac for monster sprites, NPC dialogue, and NPC schedules.