diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-07 06:11:27 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:20:12 -0400 |
commit | f5b46e8f3da3bb55ef1a116a8c24afa7fe2ec85b (patch) | |
tree | 968dd629dc9e56dab2b07432e7a84355140b05d7 /docs | |
parent | dbd0b97c1790445e8ea187765a79ed22f9f0454b (diff) | |
download | SMAPI-f5b46e8f3da3bb55ef1a116a8c24afa7fe2ec85b.tar.gz SMAPI-f5b46e8f3da3bb55ef1a116a8c24afa7fe2ec85b.tar.bz2 SMAPI-f5b46e8f3da3bb55ef1a116a8c24afa7fe2ec85b.zip |
add asset propagation for Data\FarmAnimals (#618)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4009d234..aab2edb3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -52,7 +52,7 @@ These changes have not been released yet. * Added support for content pack translations. * Added fields and methods: `IContentPack.HasFile`, `Context.IsGameLaunched`, and `SemanticVersion.TryParse`. * Added separate `LogNetworkTraffic` option to make verbose logging less overwhelmingly verbose. - * Added asset propagation for critter textures and `DayTimeMoneyBox` buttons. + * Added asset propagation for `Data\FarmAnimals`, critter textures, and `DayTimeMoneyBox` buttons. * `Constants.TargetPlatform` now returns `Android` when playing on an Android device. * The installer now recognises custom game paths stored in `stardewvalley.targets`, if any. * Trace logs for a broken mod now list all detected issues (instead of the first one). |