Skip to content

Commit 767ecab

Browse files
committed
Update CHANGELOG
1 parent c2f3f83 commit 767ecab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313

1414
### Changed
1515

16-
* Changed minimum Unity version supported to 2022.3 LTS
16+
- The `NetworkManager` functions `GetTransportIdFromClientId` and `GetClientIdFromTransportId` will now return `ulong.MaxValue` when the clientId or transportId do not exist. (#3721)
17+
- Changed minimum Unity version supported to 2022.3 LTS
1718

1819
### Deprecated
1920

@@ -23,6 +24,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2324

2425
### Fixed
2526

27+
- Multiple disconnect events from the same transport will no longer disconnect the host. (#3721)
2628

2729
### Security
2830

0 commit comments

Comments
 (0)