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**