Update ChangeLog.md

This commit is contained in:
MrGadget 2019-04-12 13:54:43 -04:00 committed by GitHub
parent 27b7e250a0
commit 3f9045dbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,17 @@
## 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: 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()`.
## Version 3.5.3 -- 2019-Apr-10
@ -87,7 +97,6 @@
- Removed: NetworkConnection.isConnected (NetworkConnection is always connected)
- Removed: Transport.GetConnectionInfo (Use ServerGetClientAddress instead)
## Version 1.4 -- 2019-Feb-01
- Added: HelpURL attirbutes to components