diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-20 16:37:22 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-20 16:37:22 -0400 |
commit | 53df85f3123f8d9cb00013bb32b61c220ccad697 (patch) | |
tree | e3cd50690aeb5563a755f4caa5ac03891537759f /docs/release-notes.md | |
parent | 36b4e550f1945ef710fca2c6deab7df94e708ef7 (diff) | |
download | SMAPI-53df85f3123f8d9cb00013bb32b61c220ccad697.tar.gz SMAPI-53df85f3123f8d9cb00013bb32b61c220ccad697.tar.bz2 SMAPI-53df85f3123f8d9cb00013bb32b61c220ccad697.zip |
enable access to public members using reflection API
Diffstat (limited to 'docs/release-notes.md')
-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 0471874c..285d9df3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ * Fixed compatibility check crashing for players with Stardew Valley 1.08. * For modders: + * The reflection API now works with public code to simplify mod integrations. * Fixed `e.SuppressButton()` in input events not correctly suppressing keyboard buttons. ## 2.0 |