From 3fd6aba6eaaa3c0cfe478cc994d28ca825970ef7 Mon Sep 17 00:00:00 2001 From: GP Garcia Date: Wed, 20 Dec 2023 15:34:28 -0600 Subject: [PATCH] Update changelogs for godot3 and godot4 --- docs/changelog/godot3.md | 5 +++++ docs/changelog/godot4.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog/godot3.md b/docs/changelog/godot3.md index 05b85d46..a331c46f 100644 --- a/docs/changelog/godot3.md +++ b/docs/changelog/godot3.md @@ -4,6 +4,11 @@ --- +**Version 3.22.3 Changes** + +- Changed: moved constants to separate file like in Godot 4.x branches +- Fixed: backported fixes for in-editor docs, thanks to _sepTN_ + **Version 3.22.2 Changes** - Fixed: app ID automatically being set to 480, now default is 0 which makes GodotSteam ignore auto-setting app ID diff --git a/docs/changelog/godot4.md b/docs/changelog/godot4.md index 48fac5a8..9815f75f 100644 --- a/docs/changelog/godot4.md +++ b/docs/changelog/godot4.md @@ -6,7 +6,8 @@ **Version 4.5.2 Changes** -- Fixed: crashes on `generateItems`, `startPurchase`, and `exchangeItems`, thanks to _sepTN_ +- Fixed: `exchangeItems`, `generateItems`, and `startPurchase` using wrong array size function, thanks to _sepTN_ +- Fixed: various spelling issues in in-editor docs, thanks to _sepTN_ **Version 4.5.1 Changes**