diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-07 21:21:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-07 21:21:02 -0400 |
commit | 709638f197093ed9aaa9a3a764c85d40f4c19eac (patch) | |
tree | 3b39e0557cd86fb55647b5e3d0c783b8cf8ec48c /docs | |
parent | f973b4c51839aa2364879ec2ba66da703f20ae06 (diff) | |
download | SMAPI-709638f197093ed9aaa9a3a764c85d40f4c19eac.tar.gz SMAPI-709638f197093ed9aaa9a3a764c85d40f4c19eac.tar.bz2 SMAPI-709638f197093ed9aaa9a3a764c85d40f4c19eac.zip |
fix assets loaded through fake content pack using parent mod's path info
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 82cf51db..9cd45f61 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,10 @@ ← [README](README.md) # Release notes +## Upcoming release +* For mod authors: + * Fixed assets loaded through a fake content pack not working correctly since 3.14.0. + ## 3.14.1 Released 06 May 2022 for Stardew Valley 1.5.6 or later. |