diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-15 23:06:44 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-15 23:06:44 -0500 |
commit | 032997650010a9b6cd3378cb1a2b8273fb3f56ff (patch) | |
tree | c1ecf416cd6a86e82c3241f27871e1e4c23747d6 /docs/release-notes.md | |
parent | 5da8b707385b9851ff3f6442de58519125f5c96f (diff) | |
download | SMAPI-032997650010a9b6cd3378cb1a2b8273fb3f56ff.tar.gz SMAPI-032997650010a9b6cd3378cb1a2b8273fb3f56ff.tar.bz2 SMAPI-032997650010a9b6cd3378cb1a2b8273fb3f56ff.zip |
rewrite all mod assemblies to let SMAPI proxy into their internal classes (#435)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 9c1fbf93..c7ceb887 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,11 @@ # Release notes +## 2.5 +* For modders: + * Fixed error when accessing a mod-provided API whose underlying class is `internal`. + +* For SMAPI developers: + * All mod assemblies are now rewritten in-memory to support features like mod-provided APIs. + ## 2.4 * For players: * Fixed visual map glitch in rare cases. |