diff options
-rw-r--r-- | docs/release-notes.md | 7 | ||||
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 2 |
2 files changed, 6 insertions, 3 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. diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index 969071cf..acb1ecdf 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -16,7 +16,7 @@ <PackageReference Include="LargeAddressAware" Version="1.0.5" /> <PackageReference Include="Mono.Cecil" Version="0.11.3" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> - <PackageReference Include="Platonymous.TMXTile" Version="1.5.6" /> + <PackageReference Include="Platonymous.TMXTile" Version="1.5.7" /> </ItemGroup> <ItemGroup> |