diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-04 17:53:48 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-04 17:53:48 -0400 |
commit | 9728fe3f347328323ff79c6c93df2ab390f6070e (patch) | |
tree | 83af5d44e0542e87182e55138fe387c76af1ba71 /docs | |
parent | 4eb68e96ed2b986cf2db621b24f4ebbdd0cf83f1 (diff) | |
download | SMAPI-9728fe3f347328323ff79c6c93df2ab390f6070e.tar.gz SMAPI-9728fe3f347328323ff79c6c93df2ab390f6070e.tar.bz2 SMAPI-9728fe3f347328323ff79c6c93df2ab390f6070e.zip |
add Multiplayer.PeerConnected event
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 cb177ca0..8037c10c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes ## Upcoming released * For modders: + * Added `Multiplayer.PeerConnected` event. * Fixed asset propagation for Gil's portraits. ## 3.5 |