summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-11-10 20:11:52 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-11-10 20:11:52 -0500
commit947d4545b1326bf6afbfb970d979dafd8ff2eb97 (patch)
tree213d253685f91312c5b67c7a87a645b4ba88c239 /docs
parentec84ba07cc80c74ed0c997550a401def6ea24916 (diff)
downloadSMAPI-947d4545b1326bf6afbfb970d979dafd8ff2eb97.tar.gz
SMAPI-947d4545b1326bf6afbfb970d979dafd8ff2eb97.tar.bz2
SMAPI-947d4545b1326bf6afbfb970d979dafd8ff2eb97.zip
fix 'collection was modified' error when using 'harmony summary' command in rare cases
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 3d131d07..14e5e81b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -10,6 +10,7 @@
## Upcoming release
* For modders:
* Fixed error when heuristically rewriting a property for a type that no longer exists.
+ * Fixed rare 'collection was modified' error when using 'harmony summary' console command in rare cases.
* For the Console Commands mod:
* `player_add` can now spawn shirts normally only available during character customization.