From efdf7589bdce4dfede84a451c5271c4f569c13a7 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Thu, 23 May 2024 02:18:48 +0300 Subject: [PATCH] note in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b48d4f19..218a3639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * for Windows ColdClientLoader: allow loading `.ini` file with the same name as the loader ex: if the loader is named `game_cold_loader.exe`, then it will first try to load `game_cold_loader.ini`, if that doesn't exist, it will fallback to `ColdClientLoader.ini` +* fixed a buffer overrun in `Steam_User_Stats::UpdateAvgRateStat` * corrected callback vs call result in `Steam_Apps::RequestAllProofOfPurchaseKeys()` + added missing callback in `Steam_UGC::RequestUGCDetails()` * enable controller support by default for the regular emu build * make all switches in build scripts opt-in, nothing is built by default