diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-03 19:02:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-03 19:02:24 -0400 |
commit | 43a9ee42aac1eaf2ff630d164bc425718a531a64 (patch) | |
tree | 07f891a26429d7e31596aad175e9a51e86e4760a /docs | |
parent | 80f882baf3f1854e32df3546fc4d4485c2aab68f (diff) | |
download | SMAPI-43a9ee42aac1eaf2ff630d164bc425718a531a64.tar.gz SMAPI-43a9ee42aac1eaf2ff630d164bc425718a531a64.tar.bz2 SMAPI-43a9ee42aac1eaf2ff630d164bc425718a531a64.zip |
don't prevent mods from accessing game methods/properties extended by SMAPI
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 b2ef5a8d..55339d57 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -25,6 +25,7 @@ * Improved mod rewriting for compatibility: * Fixed rewriting types in custom attributes. * Fixed rewriting generic types to method references. + * Fixed `helper.Reflection` blocking access to game methods/properties that were extended by SMAPI. * Fixed asset propagation for Gil's portraits. * Fixed `.pdb` files ignored for error stack traces for mods rewritten by SMAPI. |