summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-11 21:29:39 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-11 21:29:39 -0500
commit69c9ab0ecd184e4706a8e6394b38fa592cb808d0 (patch)
treeff0d56020b7c6d27c456d10a3ae404410493ccdf /docs
parentd3f6f9c70a0435a505d95a45b9bca2be2d71caaf (diff)
downloadSMAPI-69c9ab0ecd184e4706a8e6394b38fa592cb808d0.tar.gz
SMAPI-69c9ab0ecd184e4706a8e6394b38fa592cb808d0.tar.bz2
SMAPI-69c9ab0ecd184e4706a8e6394b38fa592cb808d0.zip
trace mods with no update keys, tweak update-check logging
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 57d9c480..0e2477f4 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,7 @@
## 2.3
* For modders:
* Added `IsSuppressed` to input events so mods can optionally avoid handling a key another mod already handled.
+ * Added trace message listing mods with no update keys.
* Fixed `GraphicsEvents.OnPostRenderEvent` not being raised in some specialised cases.
* Fixed error when using the reflection API accesses with a property with either `get` and `set` missing.
* Fixed issue where a mod could change the cursor position reported to other mods.