Skip to content

Commit 37ee6a7

Browse files
committed
update CHANGELOG
1 parent 151c8f1 commit 37ee6a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1515

1616
### Changed
1717

18+
- The `NetworkManager` functions `GetTransportIdFromClientId` and `GetClientIdFromTransportId` will now return `ulong.MaxValue` when the clientId or transportId do not exist. (#3707)
1819
- Improved performance around the NetworkBehaviour component. (#3687)
1920

2021
### Deprecated
@@ -25,6 +26,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2526

2627
### Fixed
2728

29+
- Multiple disconnect events from the same transport will no longer disconnect the host. (#3707)
2830
- Made a variety of small performance improvements. (#3683)
2931

3032
### Security

0 commit comments

Comments
 (0)