diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-19 19:32:27 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-19 19:32:27 -0500 |
commit | 674618664a72679812c1b51065f725fec99aa86d (patch) | |
tree | d511d598bf0adfcf38817d3fd7098bb3854e5863 /docs | |
parent | 5060739d62dfce0c72a5d3eeb93332aad7aa929f (diff) | |
download | SMAPI-674618664a72679812c1b51065f725fec99aa86d.tar.gz SMAPI-674618664a72679812c1b51065f725fec99aa86d.tar.bz2 SMAPI-674618664a72679812c1b51065f725fec99aa86d.zip |
add unvalidated update tick event for specialised use cases (#446)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index f2dde81d..597fe0e5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,8 +9,9 @@ * Updated compatibility list and enabled update checks for more mods. * For modders: - * Added APIs to fetch and interact with content packs. + * Added content pack APIs. * Added support for `ISemanticVersion` in JSON models. + * Added `SpecialisedEvents.UnvalidatedUpdateTick` event for specialised use cases. * Fixed deadlock in rare cases when injecting a file with an asset loader. * Fixed unhelpful error when a mod exposes a non-public API. * Fixed input events being raised for keyboard buttons when a textbox is receiving input. |