diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-28 00:49:54 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-28 00:49:54 -0400 |
commit | 6a6c484b9867524d2eaa617da4dde36fec8c3110 (patch) | |
tree | f8949615d01350874d5c09a095db9596ae5a6bca /docs | |
parent | b2a1a51dea572163993d496d7c1da569739dfa0e (diff) | |
download | SMAPI-6a6c484b9867524d2eaa617da4dde36fec8c3110.tar.gz SMAPI-6a6c484b9867524d2eaa617da4dde36fec8c3110.tar.bz2 SMAPI-6a6c484b9867524d2eaa617da4dde36fec8c3110.zip |
add accessed key to dictionary KeyNotFoundException message
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 fab3f25c..782d64bb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ * For mod authors: * Updated Harmony 1.2.0.1 to 2.1.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). + * SMAPI now intercepts `KeyNotFoundException` dictionary errors and adds the key to the error message to simplify troubleshooting. (Due to Harmony limitations, this only works for the dictionary types used by the game.) * Fixed error loading `.xnb` files from the local mod folder since SMAPI 3.0. ## 3.11.0 |