summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-22 13:13:14 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-22 13:13:14 -0400
commitf74321addc79a5616cc0f43e4f5f4b8154fac827 (patch)
treef8db8a03958192cf06c8c9bb2a5d79d3749d8e62 /docs
parent85a8959e97e90b30ac8291904838e18f102e97c2 (diff)
downloadSMAPI-f74321addc79a5616cc0f43e4f5f4b8154fac827.tar.gz
SMAPI-f74321addc79a5616cc0f43e4f5f4b8154fac827.tar.bz2
SMAPI-f74321addc79a5616cc0f43e4f5f4b8154fac827.zip
fix SMAPI blocking reflection access to vanilla members on overridden types (#371)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index e4b2bccd..199e32c5 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,6 +7,7 @@
* The reflection API now works with public code to simplify mod integrations.
* Fixed `e.SuppressButton()` in input events not correctly suppressing keyboard buttons.
* Fixed mods which implement `IAssetLoader` directly not being allowed to load files due to incorrect conflict detection.
+ * Fixed SMAPI blocking reflection access to vanilla members on overridden types.
## 2.0
### Release highlights