From 96fbf2ffcc8ead30187c8ede63037fcfc87c61a9 Mon Sep 17 00:00:00 2001 From: GP Garcia Date: Tue, 16 Apr 2024 12:55:09 -0500 Subject: [PATCH] Updated changelogs --- docs/changelog/godot3.md | 11 +++++++++++ docs/changelog/godot4.md | 8 ++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/changelog/godot3.md b/docs/changelog/godot3.md index 156b9dc9..142c2606 100644 --- a/docs/changelog/godot3.md +++ b/docs/changelog/godot3.md @@ -4,6 +4,17 @@ A history of all to [the ***godot3*** branch.](https://github.com/GodotSteam/God --- +## Version 3.32.1 + +- Added: internal notes about where enums are found +- Added: minor extra helper functions from Steam's client header +- Added: `getSteamID32()` function to convert SteamID64 to SteamID +- Changed: replaced deprecated Controller struct with Inputs struct in `getDigitalActionData()` +- Changed: in-editor docs +- Changed: leaderboard details max now set at highest instead of zero by default +- Fixed: incorrect constant for PUBLISHED_FILE_UPDATE_HANDLE_INVALID +- Fixed: `getAllLobbyData()` sending back all pairs, ***thanks to freehuntx*** + ## Version 3.23 - Added: new Remote Storage enum to WorkshopFileType diff --git a/docs/changelog/godot4.md b/docs/changelog/godot4.md index efcb3c87..5d27b7da 100644 --- a/docs/changelog/godot4.md +++ b/docs/changelog/godot4.md @@ -4,12 +4,16 @@ A history of all changes to [the ***godot4*** branch.](https://github.com/GodotS --- +## Version 4.6.2 + +- Fixed: incorrect constant for PUBLISHED_FILE_UPDATE_HANDLE_INVALID + ## Version 4.6.1 - Added: internal notes about where enums are found - Added: minor extra helper functions from Steam's client header -- Added: `getSteamID32` function to convert SteamID64 to SteamID -- Changed: replaced deprecated Controller struct with Inputs struct in `getDigitalActionData` +- Added: `getSteamID32()` function to convert SteamID64 to SteamID +- Changed: replaced deprecated Controller struct with Inputs struct in `getDigitalActionData()` - Changed: in-editor docs - Changed: leaderboard details max now set at highest instead of zero by default