From 4c38228359f534d1a8eb29ebae48d826b63030be Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 2 Jan 2020 11:15:15 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 42770c2a15..6f2f242573 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ # Future +- BUG: Ensure core info is always initialised when calling 'drivers_init()'. This bug could prevent cores from doing content runtime logging - BUG/CRASH/CORE UPDATER: Fix potential double free error - CHEEVOS: Don't disable achievement when AddAddress generates an out-of-range address - CHEEVOS: Don't reset triggers/leaderboards that failed to load @@ -9,6 +10,7 @@ - MENU: Added 'Subsystems' menu - MENU/FILEBROWSER: Fix file selection issues when starting from (or navigating to) the top level directory - RASPBERRY PI: Fix BGRA8888 color inversion issues in the menu and elsewhere with VideoCore GL drivers +- NETPLAY: Configurable lobby URL - NETPLAY/RELAY: Fix the “spectator” bug when using the relay server – When a player switches into the spectator mode (pressing “i”) while using the relay server, all players will disconnect. - NETPLAY/RELAY: Overall stability has improved. Fixed a memory leak that would cause the relay server to become unresponsive after some time. - NETPLAY/RELAY: Fixed critical bug that would cause all players to be disconnected from the relay server if one player was leaving the game. That bug had been open for one year and we were finally able to fix it.