From e64326f9fe5a388e3a0638567bf4bdf8aab4b639 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 17 Feb 2018 16:38:45 -0500 Subject: Revert "rewrite all mod assemblies to let SMAPI proxy into their internal classes (#435)" This reverts commit 032997650010a9b6cd3378cb1a2b8273fb3f56ff. --- docs/release-notes.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') 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 -- cgit