Skip to content

Commit 4335e2c

Browse files
update
Adding changelog entry.
1 parent f3ef1af commit 4335e2c

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
@@ -14,9 +14,11 @@ Additional documentation and release notes are available at [Multiplayer Documen
1414

1515
### Fixed
1616

17-
- Removed allocation to the heap in NetworkBehaviourUpdate. (#3568)
17+
- Fixed issue with unnecessary internal GC Allocations when using the `IReadOnlyList` `NetworkManager.ConnectedClientsIds` within a `foreach` statement by either replacing with a `for` loop or directly referencing the `NetworkConnectionManager.ConnectedClientIds`. (#3601)
18+
- Fixed issue with allocation to the heap in NetworkBehaviourUpdate when there is nothing to be updated. (#3568)
1819
- Fixed issue where NetworkConfig.ConnectionData could cause the ConnectionRequestMessage to exceed the transport's MTU size and would result in a buffer overflow error. (#3565)
1920

21+
2022
### Changed
2123

2224

0 commit comments

Comments
 (0)