Update ChangeLog.md

This commit is contained in:
MrGadget 2019-03-21 09:06:03 -04:00 committed by GitHub
parent f90cdae3c6
commit 408896ef69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,9 @@
- Added: Semantic Versioning - Added: Semantic Versioning
- Added: SyncDictionary...SyncHashSet coming soon™ - Added: SyncDictionary...SyncHashSet coming soon™
- Added: NoRotation to NetworkTransform - Added: NoRotation to NetworkTransform
- Added: Generic `IMessageBase` to allow struct message types
- Fixed: Host should not call Disconnect on transports - Fixed: Host should not call Disconnect on transports
- Fixed: NetworkLobbyPlayer.OnClientReady works now
- Fixed: Offline scene switching now works via `StopClient()` - Fixed: Offline scene switching now works via `StopClient()`
- Fixed: Pong example updated - Fixed: Pong example updated
- Changed: Movement example replaced with Tank example - Changed: Movement example replaced with Tank example