diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-01 17:37:19 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-01 17:37:19 -0400 |
commit | d8ee422405614a9b5d56ae0f42a003835fc57a8c (patch) | |
tree | 0b5dbc6f14ce3d9ea5c0553cdafcc037a3eaaefd /docs | |
parent | eb8ba0576a4e7dc7f6c7963a268297834f501d16 (diff) | |
download | SMAPI-d8ee422405614a9b5d56ae0f42a003835fc57a8c.tar.gz SMAPI-d8ee422405614a9b5d56ae0f42a003835fc57a8c.tar.bz2 SMAPI-d8ee422405614a9b5d56ae0f42a003835fc57a8c.zip |
add support for reloading NPC schedules through the content API
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 ae078e20..bbf04556 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -48,6 +48,7 @@ * Added option to suppress update checks for a specific mod in `StardewModdingAPI.config.json`. * Added absolute pixels to `ICursorPosition`. * Added support for reading/writing `ISemanticVersion` to JSON. + * Added support for reloading NPC schedules through the content API. * Improved update alerts to use update key order when choosing a display URL. * Fixed assets loaded by temporary content managers not being editable by mods. * Fixed assets not reloaded consistently when the player switches language. |