Update ChangeLog.md

This commit is contained in:
MrGadget 2019-03-19 13:23:41 -04:00 committed by GitHub
parent b004bccc2d
commit 3d10f81c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
- Added: SyncDictionary...SyncHashSet coming soon™ - Added: SyncDictionary...SyncHashSet coming soon™
- Fixed: Host should not call Disconnect on transports - Fixed: Host should not call Disconnect on transports
- Fixed: Pong example updated - Fixed: Pong example updated
- Fixed: Offline scene switching now works via `StopClient()`
- Changed: Movement example replaced with Tank example - Changed: Movement example replaced with Tank example
- Changed: SyncList now supports structs directly, making SyncListSTRUCT obsolete. - Changed: SyncList now supports structs directly, making SyncListSTRUCT obsolete.
- Removed: SyncListSTRUCT - Use SyncList instead. - Removed: SyncListSTRUCT - Use SyncList instead.