From 07da4f2d5badf62aedd0f7cfb4dd76f8ad8bac32 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Sat, 11 May 2024 22:11:02 +0300 Subject: [PATCH] update changelog + credits --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1aa5b9d..354de1c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ +* **[Detanup01]** added missing interfaces `ISteamScreenshot` `001` and `002` * 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` -* make all build switches opt-in +* corrected callback vs call result in `Steam_Apps::RequestAllProofOfPurchaseKeys()` + added missing callback in `Steam_UGC::RequestUGCDetails()` +* make all switches in build scripts opt-in, nothing is built by default +* deprecated and removed the special branches `ci-build-*`, they were intended for automation but no longer maintained ---