doc: Updated ChangeLog

This commit is contained in:
Chris Langsenkamp 2020-03-20 21:31:24 -04:00
parent 41e24420f6
commit 3f4f3c5c91

View File

@ -10,7 +10,7 @@ Mirror uses semantic versioning, and the versions shown here are those that were
- Fixed: NetworkRoomManager's `roomPlayerPrefab` is now `protected` so it can be accessed in derived classes.
- Fixed: NetworkRoomPlayer inspector and documentation updated to be less confusing.
- Fixed: NetworkIdentity no longer double calls NetworkServer.Destroy.
- Fixed: NwtworkAnimator now correctly excludes parameters controlled by curves.
- Fixed: NetworkAnimator now correctly excludes parameters controlled by curves.
- Fixed: NetworkBehaviour now uses a property drawer for the SyncVar label so it displays better.
- Changed: NetworkSceneChecker initializes in Awake again because OnEnable proved to be unreliable in some cases.
- Changed: **Breaking** Many obsolete methods and properties removed. Use version 10 first if upgrading from UNet or older Mirror. See [Deprecations](Deprecations.md) for complete list.