mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Update ChangeLog.md
This commit is contained in:
parent
27b7e250a0
commit
3f9045dbe8
@ -2,7 +2,17 @@
|
|||||||
|
|
||||||
## Version 3.x.x -- In Progress
|
## Version 3.x.x -- In Progress
|
||||||
|
|
||||||
|
- Fixed: OnDeserializeSafely now works without allocations
|
||||||
|
- Fixed: Weaver not writing symbol files
|
||||||
|
|
||||||
|
## Version 3.5.9 -- 2019-Apr-12
|
||||||
|
|
||||||
- Fixed: NetworkManager round-robin mode using NetworkStartPosition objects now uses hierarchy sibling order.
|
- Fixed: NetworkManager round-robin mode using NetworkStartPosition objects now uses hierarchy sibling order.
|
||||||
|
- Fixed: IsLocalPlayer is now reliably accurate in `Start()` by combining OwnerMessage and SpawnPrefabMessage
|
||||||
|
- Fixed: Stack overflow issues with Weaver and Cecil
|
||||||
|
- Fixed: Corrected assembly paths passed to weaver
|
||||||
|
- Fixed: Enum bandwdith reduced in SyncVars, Commands, and Rpcs
|
||||||
|
- Fixed: Placeholder files added for removed code files so updating works better
|
||||||
- Changed: NetworkManager `isHeadless` is a static property now, changed from `IsHeadless()`.
|
- Changed: NetworkManager `isHeadless` is a static property now, changed from `IsHeadless()`.
|
||||||
|
|
||||||
## Version 3.5.3 -- 2019-Apr-10
|
## Version 3.5.3 -- 2019-Apr-10
|
||||||
@ -87,7 +97,6 @@
|
|||||||
- Removed: NetworkConnection.isConnected (NetworkConnection is always connected)
|
- Removed: NetworkConnection.isConnected (NetworkConnection is always connected)
|
||||||
- Removed: Transport.GetConnectionInfo (Use ServerGetClientAddress instead)
|
- Removed: Transport.GetConnectionInfo (Use ServerGetClientAddress instead)
|
||||||
|
|
||||||
|
|
||||||
## Version 1.4 -- 2019-Feb-01
|
## Version 1.4 -- 2019-Feb-01
|
||||||
|
|
||||||
- Added: HelpURL attirbutes to components
|
- Added: HelpURL attirbutes to components
|
||||||
|
Loading…
Reference in New Issue
Block a user