Skip to content

Commit 445069f

Browse files
committed
Update Changelog
1 parent 960000e commit 445069f

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
@@ -13,6 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313

1414
### Changed
1515

16+
- Remove exceptions and replaced Debug usage by NetcodeLog on `NetworkSpawnManager`. (#3933)
1617
- Improve performance of `NetworkBehaviour`. (#3915)
1718
- Improve performance of `NetworkTransform`. (#3907)
1819
- Improve performance of `NetworkRigidbodyBase`. (#3906)
@@ -26,6 +27,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2627

2728
### Fixed
2829

30+
- Early return when `ChangeOwnership` is called while not spawned. (#3933)
2931
- Fixed issue where attempts to use `NetworkLog` when there is no `NetworkManager` instance would result in an exception. (#3917)
3032

3133
### Security

0 commit comments

Comments
 (0)