diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-25 23:45:17 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-25 23:45:17 -0500 |
commit | 70d7f44ce058ecbb402371ede2631977b43cd3e5 (patch) | |
tree | 73c7ac45996155274f613de38b1ace33bfa02bbc /docs/release-notes.md | |
parent | e9b7223122cea893e017a2947ba73058126310b3 (diff) | |
download | SMAPI-70d7f44ce058ecbb402371ede2631977b43cd3e5.tar.gz SMAPI-70d7f44ce058ecbb402371ede2631977b43cd3e5.tar.bz2 SMAPI-70d7f44ce058ecbb402371ede2631977b43cd3e5.zip |
add missing release note
Diffstat (limited to 'docs/release-notes.md')
-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 254af4d9..165e7d4e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ * Added `GameEvents.FirstUpdateTick` event (called once after all mods are initialised). * Added `IsSuppressed` to input events so mods can optionally avoid handling keys another mod has already handled. * Added trace message for mods with no update keys. + * Adjusted reflection API to match actual usage (e.g. renamed `GetPrivate*` to `Get*`), and deprecated previous methods. * Fixed `GraphicsEvents.OnPostRenderEvent` not being raised in some specialised cases. * Fixed reflection API error for properties missing a `get` and `set`. * Fixed issue where a mod could change the cursor position reported to other mods. |