Skip to content

Commit 3c235a2

Browse files
committed
Adding changelog entry
1 parent 8d6130a commit 3c235a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Additional documentation and release notes are available at [Multiplayer Documen
1111
* Clarified a TODO comment inside ClientCharacter, detailing how anticipation should only be executed on owning client players (#786)
1212
* Removed now unnecessary cached NetworkBehaviour status on some components, since they now do not allocate memory (#799)
1313

14+
### Changed
15+
* Simplified reconnection flow by offloading responsibility to ConnectionMethod (#804). Now the ClientReconnectingState uses the ConnectionMethod it is configured with to handle setting up reconnection (i.e. reconnecting to the Lobby before trying to reconnect to the Relay server if it is using Relay and Lobby). It can now also fail early and stop retrying if the lobby doesn't exist anymore.
16+
1417
### Fixed
1518
* EnemyPortals' VFX get disabled and re-enabled once the breakable crystals are broken (#784)
1619
* Elements inside the Tank's and Rogue's AnimatorTriggeredSpecialFX list have been revised to not loop AudioSource clips, ending the logging of multiple warnings to the console (#785)

0 commit comments

Comments
 (0)