summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-01-01 18:55:07 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-01-01 18:55:07 -0500
commitb6aef499d3c9b82d33c75039e0ed58c22618c426 (patch)
tree8376207a89b08b4e72c1bcbd46ecd3946e516e5c /docs
parente64a1220e309e8fc83e20833b8849de1721ec469 (diff)
downloadSMAPI-b6aef499d3c9b82d33c75039e0ed58c22618c426.tar.gz
SMAPI-b6aef499d3c9b82d33c75039e0ed58c22618c426.tar.bz2
SMAPI-b6aef499d3c9b82d33c75039e0ed58c22618c426.zip
update release notes
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 9ac95d86..a8fa2b90 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -29,15 +29,16 @@
* Fixed main sidebar link pointing to wiki instead of home page.
* For modders:
+ * Added `World.ChestInventoryChanged` event (thanks to collaboration with wartech0!).
* Added asset propagation for...
* grass textures;
* winter flooring textures;
- * `Data\Bundles` changes (for added bundles only).
+ * `Data\Bundles` changes (for added bundles only);
+ * `Characters\Farmer\farmer_girl_base_bald`.
* Added direct `Console` access to paranoid mode warnings.
* Improved error messages for `TargetParameterCountException` when using the reflection API.
* `helper.Read/WriteSaveData` can now be used while a save is being loaded (e.g. within a `Specialized.LoadStageChanged` event).
* Fixed private textures loaded from content packs not having their `Name` field set.
- * Fixed asset propagation for `Characters\Farmer\farmer_girl_base_bald`.
* For SMAPI developers:
* You can now run local environments without configuring Amazon, Azure, MongoDB, and Pastebin accounts.