From be93327a80efdc6d592854f7c552c45cbb43b569 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 26 May 2021 20:11:01 -0400 Subject: update release notes --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/release-notes.md') 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`. -- cgit