diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-11-17 19:09:00 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-11-17 19:09:00 -0500 |
commit | 03506fc72ab33705a5b6ecd768d653acaabcc4e5 (patch) | |
tree | c023936ef57ed31638244e3da635b978f1436e8a /docs/release-notes.md | |
parent | 947d4545b1326bf6afbfb970d979dafd8ff2eb97 (diff) | |
download | SMAPI-03506fc72ab33705a5b6ecd768d653acaabcc4e5.tar.gz SMAPI-03506fc72ab33705a5b6ecd768d653acaabcc4e5.tar.bz2 SMAPI-03506fc72ab33705a5b6ecd768d653acaabcc4e5.zip |
update to TMXTile 1.5.7
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 14e5e81b..f73374c7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,9 +8,12 @@ --> ## Upcoming release +* For players: + * Fixed error when heuristically rewriting a mod in rare cases (i.e. when it accesses 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 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. + * Updated TMXTile 1.5.6 → 1.5.7 to fix exported `.tmx` files losing tile index properties. * For the Console Commands mod: * `player_add` can now spawn shirts normally only available during character customization. |