Skip to content

Commit ef44dc2

Browse files
committed
Update CHANGELOG
1 parent 0890689 commit ef44dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
1010

1111
### Added
1212

13-
- Added better exception handling around the startup sequence. (#3864)
1413
- Added stricter checks on `InSpawned` within `NetworkObject`. (#3831)
1514
- Added a new `InvalidOperation` status to `OwnershipRequestStatus`. (#3831)
1615

@@ -29,6 +28,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2928

3029
### Fixed
3130

31+
- Fixed issue where `NetworkManager` was not cleaning itself up if an exception was thrown while starting. (#3864)
3232
- Fixed memory leak in `NetworkAnimator` on clients where `RpcTarget` groups were not being properly disposed due to incorrect type casting of `ProxyRpcTargetGroup` to `RpcTargetGroup`.
3333
- Fixed issue when using a client-server topology where a `NetworkList` with owner write permissions was resetting sent time and dirty flags after having been spawned on owning clients that were not the spawn authority. (#3850)
3434
- Fixed an integer overflow that occurred when configuring a large disconnect timeout with Unity Transport. (#3810)

0 commit comments

Comments
 (0)