From 1522061b26f6ca4af2f62da525705161d63f00ae Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 9 Dec 2016 18:48:44 -0500 Subject: [PATCH] update release notes (#185) --- release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index 871ffabc..188dd52b 100644 --- a/release-notes.md +++ b/release-notes.md @@ -14,6 +14,7 @@ For players: * Fixed the SMAPI terminal not opening by default on Mac. Linux users are out of luck. For developers: + * Added a reflection API (accessible as `helper.Reflection`) that simplifies robust access to the game's private fields and methods. * Added a searchable `list_items` command to replace the `out_items`, `out_melee`, and `out_rings` commands. * Added `TypeLoadException` details when intercepted by SMAPI. * Fixed an issue where you couldn't debug into an assembly because it was copied into the `.cache` directory. That will now only happen if necessary.