diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-16 17:41:16 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-16 17:41:16 -0500 |
commit | c3d0ce7245b76d26ea22ceb5430ee526d43170f7 (patch) | |
tree | 3d09df4db0b0d18c4ed482100a5107a5c1c84b11 /docs | |
parent | 3fe2f586b1bf3bc138039eb01650fe8a92b7d235 (diff) | |
download | SMAPI-c3d0ce7245b76d26ea22ceb5430ee526d43170f7.tar.gz SMAPI-c3d0ce7245b76d26ea22ceb5430ee526d43170f7.tar.bz2 SMAPI-c3d0ce7245b76d26ea22ceb5430ee526d43170f7.zip |
mark TrainerMod as obsolete (replaced by ConsoleCommands)
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 8407455c..c11ee46f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,7 @@ * 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. + * Updated compatibility list. * Improved cryptic libgdiplus errors on Mac when Mono isn't installed. * For the [log parser][]: |