diff --git a/docs/General/ChangeLog.md b/docs/General/ChangeLog.md index 3cfc538be..7612fcf65 100644 --- a/docs/General/ChangeLog.md +++ b/docs/General/ChangeLog.md @@ -6,6 +6,7 @@ - Added: SyncDictionary...SyncHashSet coming soon™ - Fixed: Host should not call Disconnect on transports - Fixed: Pong example updated +- Fixed: Offline scene switching now works via `StopClient()` - Changed: Movement example replaced with Tank example - Changed: SyncList now supports structs directly, making SyncListSTRUCT obsolete. - Removed: SyncListSTRUCT - Use SyncList instead.