diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:48:29 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:48:29 -0500 |
commit | 666f7ad8f9ad431c3f007d84228207e13d2ddbbc (patch) | |
tree | f26e9a1d81bd4eaaa1b2aa48aa31fa2cd0202da6 /docs/release-notes.md | |
parent | f945349ed40b770c1f7788f659d4ef3980abe3ff (diff) | |
download | SMAPI-666f7ad8f9ad431c3f007d84228207e13d2ddbbc.tar.gz SMAPI-666f7ad8f9ad431c3f007d84228207e13d2ddbbc.tar.bz2 SMAPI-666f7ad8f9ad431c3f007d84228207e13d2ddbbc.zip |
tweak recent changes, update release notes
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 7347560e..fabe7572 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ --> ## Upcoming release +* For modders: + * Added an option to disable rewriting mods for compatibility (thanks to Bpendragon!). This may prevent older mods from loading, but bypasses a Visual Studio crash when debugging. + * For the Error Handler mod: * Added in SMAPI 3.9. This has vanilla error-handling that was previously added by SMAPI directly. That simplifies the core SMAPI logic, and lets players or modders disable it if needed. |