diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-17 16:38:45 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-17 16:38:45 -0500 |
commit | e64326f9fe5a388e3a0638567bf4bdf8aab4b639 (patch) | |
tree | dbca53624a15a30186591ec4209f8f0eeb1ee0c7 /docs | |
parent | 754e356adc8fa23f4cecef588406f126a3e1a4a4 (diff) | |
download | SMAPI-e64326f9fe5a388e3a0638567bf4bdf8aab4b639.tar.gz SMAPI-e64326f9fe5a388e3a0638567bf4bdf8aab4b639.tar.bz2 SMAPI-e64326f9fe5a388e3a0638567bf4bdf8aab4b639.zip |
Revert "rewrite all mod assemblies to let SMAPI proxy into their internal classes (#435)"
This reverts commit 032997650010a9b6cd3378cb1a2b8273fb3f56ff.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index f44db00c..228fec82 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,11 +8,9 @@ * Updated compatibility list and enabled update checks for more old mods. * For modders: - * Fixed error when accessing a mod-provided API whose underlying class is `internal`. * Fixed deadlock in rare cases when injecting a file with an asset loader. * For SMAPI developers: - * All mod assemblies are now rewritten in-memory to support features like mod-provided APIs. * Overhauled `StardewModdingApi.config.json`'s `ModData` format to be more concise, reduce the memory footprint, and support versioning/defaulting more fields. ## 2.4 |