diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-27 22:59:06 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-27 22:59:06 -0400 |
commit | 03f8777afd4f0707dc8e61eae6e5eae73a88d738 (patch) | |
tree | e00307fbb9ef94936928f502db3b6c257e85a212 /docs | |
parent | be93327a80efdc6d592854f7c552c45cbb43b569 (diff) | |
download | SMAPI-03f8777afd4f0707dc8e61eae6e5eae73a88d738.tar.gz SMAPI-03f8777afd4f0707dc8e61eae6e5eae73a88d738.tar.bz2 SMAPI-03f8777afd4f0707dc8e61eae6e5eae73a88d738.zip |
add asset propagation for paint masks
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 5904c192..b7b053b8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -14,6 +14,7 @@ * For mod authors: * Added `World.FurnitureListChanged` event (thanks to DiscipleOfEris!). + * Added asset propagation for building/house paint masks. * Added validation for the manifest `Dependencies` field. * When using Visual Studio Code to edit JSON files [with a SMAPI JSON schema](technical/web.md#using-a-schema-file-directly), it will no longer warn about comments or trailing commas. * Fixed validation for mods with version `0.0.0`. |