diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-14 10:38:17 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-14 10:38:17 -0500 |
commit | 6dc442803fe4fbe2a38b9fb287990cc8692c17eb (patch) | |
tree | 5a6b1bcec585a29d1f852dba29728058b1acde6c /docs | |
parent | 3ba718749c258e48d83d7c2fe6b2dc08f165a29a (diff) | |
download | SMAPI-6dc442803fe4fbe2a38b9fb287990cc8692c17eb.tar.gz SMAPI-6dc442803fe4fbe2a38b9fb287990cc8692c17eb.tar.bz2 SMAPI-6dc442803fe4fbe2a38b9fb287990cc8692c17eb.zip |
fix private assets from content packs not having tracking info
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 690c6442..6f06d3d2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ * For modders: * Added asset propagation for grass textures. * `helper.Read/WriteSaveData` can now be used while a save is being loaded (e.g. within a `Specialized.LoadStageChanged` event). + * Fixed private textures loaded from content packs not having their `Name` field set. * For the web UI: * If a JSON validator upload can't be saved to Pastebin (e.g. due to rate limits), it's now uploaded to Amazon S3 instead. Files uploaded to S3 expire after one month. |