summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-15 23:06:44 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-15 23:06:44 -0500
commit032997650010a9b6cd3378cb1a2b8273fb3f56ff (patch)
treec1ecf416cd6a86e82c3241f27871e1e4c23747d6 /docs/release-notes.md
parent5da8b707385b9851ff3f6442de58519125f5c96f (diff)
downloadSMAPI-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.md7
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.