Skip to content

Commit a45d5f7

Browse files
committed
Update CHANGELOG
1 parent db7a646 commit a45d5f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

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

1111
### Added
1212

13+
- `RpcInvokePermission` to control who has permission to invoke specific RPC methods. (#3731)
1314
- Added NetworkRigidbody documentation section. (#3664)
1415

1516
### Changed
@@ -24,10 +25,10 @@ Additional documentation and release notes are available at [Multiplayer Documen
2425

2526
### Deprecated
2627

28+
- Deprecated all `RequireOwnership` fields around the RPCs in favor of the `RpcInvokePermission`. (#3731)
2729

2830
### Removed
2931

30-
3132
### Fixed
3233

3334
- Multiple disconnect events from the same transport will no longer disconnect the host. (#3707)

0 commit comments

Comments
 (0)