diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-08 19:32:48 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-08 19:32:48 -0500 |
commit | fa3305e1d8cb079fcfbccd87d2368627b4138ee4 (patch) | |
tree | 525f936db097c6ad286be9ecea1faeb129ad1c81 /docs | |
parent | 5173ddf53571703c3895cd5f2d45891489d96ff9 (diff) | |
download | SMAPI-fa3305e1d8cb079fcfbccd87d2368627b4138ee4.tar.gz SMAPI-fa3305e1d8cb079fcfbccd87d2368627b4138ee4.tar.bz2 SMAPI-fa3305e1d8cb079fcfbccd87d2368627b4138ee4.zip |
add error details when an event command fails
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 7e2829d3..e5cac9e0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -18,6 +18,7 @@ * For the ErrorHandler mod: * Added early detection of disposed textures so the crash stack trace shows the actual code which used them. + * Added error details when an event command fails. * For the web UI: * Updated the JSON validator/schema for Content Patcher 1.20. |