diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-24 21:36:38 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-24 21:36:38 -0400 |
commit | e40d099112f6bfd355dc0546b0df8229985deb24 (patch) | |
tree | 99bb60ef7728438f63f1d6ee86b1880793b426f7 /docs | |
parent | 16ad205ded9b0defe939213b57948216f43f948f (diff) | |
parent | bd04d46dd1d66b30d4f21575bbbd2e541eabcef3 (diff) | |
download | SMAPI-e40d099112f6bfd355dc0546b0df8229985deb24.tar.gz SMAPI-e40d099112f6bfd355dc0546b0df8229985deb24.tar.bz2 SMAPI-e40d099112f6bfd355dc0546b0df8229985deb24.zip |
Merge branch 'content-core-rewrite' into develop
# Conflicts:
# docs/release-notes.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index e4feffd4..2a7835c0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -35,6 +35,8 @@ * Fixed `helper.ModRegistry.GetApi` interface validation errors not mentioning which interface caused the issue. * Fixed some common non-mod build output being included in release zip. * Added option to suppress update checks for a specific mod in `StardewModdingAPI.config.json`. + * Fixed mods able to intercept other mods' assets via the internal asset keys. + * Fixed mods able to indirectly change other mods' data through shared content caches. * **Breaking changes** (see [migration guide](https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.3)): * Dropped some deprecated APIs. * `LocationEvents` have been rewritten (see above). |