diff --git a/docs/General/ChangeLog.md b/docs/General/ChangeLog.md index e019ffa72..489400ae9 100644 --- a/docs/General/ChangeLog.md +++ b/docs/General/ChangeLog.md @@ -27,6 +27,7 @@ - Fixed: NetworkLobbyManager `pendingPlayers` and `lobbySlots` lists are now public for inheritors - Fixed: Offline scene switching now works via `StopClient()` - Fixed: Pong example updated +- Fixed: Source Weaver was deleting PDB files, preventing breakpoints and debugging from working. - Changed: TargetRpc NetworkConnection paramater is now optional...the calling client's NetworkConnection is default - Changed: Movement example replaced with Tank example - Changed: NetworkClient functions are all static now, so the singleton is gone. Use NetworkClient directly.