diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-26 20:11:01 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-26 20:11:01 -0400 |
commit | be93327a80efdc6d592854f7c552c45cbb43b569 (patch) | |
tree | e73d272666e2290cd06355c38b4e419d3ea6b0a5 /docs/release-notes.md | |
parent | ce84bbd9aed0942b3cff921cd6eea8095023bde9 (diff) | |
download | SMAPI-be93327a80efdc6d592854f7c552c45cbb43b569.tar.gz SMAPI-be93327a80efdc6d592854f7c552c45cbb43b569.tar.bz2 SMAPI-be93327a80efdc6d592854f7c552c45cbb43b569.zip |
update release notes
Diffstat (limited to 'docs/release-notes.md')
-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 b12e8931..5904c192 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * Fixed `player_add` and `list_items` console commands not including some shirts _(in Console Commands)_. * For mod authors: + * Added `World.FurnitureListChanged` event (thanks to DiscipleOfEris!). * 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`. |