From 7e7906c91cbc7e1f4d27baecdf5e723d940af626 Mon Sep 17 00:00:00 2001 From: GP Garcia Date: Sat, 30 Dec 2023 15:21:42 -0600 Subject: [PATCH] Changelog updates --- docs/changelog/gdextension.md | 4 ++++ docs/changelog/gdnative.md | 4 ++++ docs/changelog/godot3.md | 1 + docs/changelog/godot4.md | 4 ++++ 4 files changed, 13 insertions(+) diff --git a/docs/changelog/gdextension.md b/docs/changelog/gdextension.md index 6e3b440f..7aafd252 100644 --- a/docs/changelog/gdextension.md +++ b/docs/changelog/gdextension.md @@ -4,6 +4,10 @@ --- +**Version 4.5.3 Changes** + +- Fixed: `requestClanOfficerList()` using wrong internal function, thanks to _sepTN_ + **Version 4.5.2 Changes** - Fixed: crashes on `generateItems`, `startPurchase`, and `exchangeItems`, thanks to _sepTN_ diff --git a/docs/changelog/gdnative.md b/docs/changelog/gdnative.md index a6cb1f5f..0eb870ac 100644 --- a/docs/changelog/gdnative.md +++ b/docs/changelog/gdnative.md @@ -4,6 +4,10 @@ --- +**Version 3.22.3 Changes** + +- Fixed: `requestClanOfficerList()` using wrong internal function, thanks to _sepTN_ + **Version 3.22.2 Changes** - Changed: reverted `steamInit` and `steamInitEx` as new methods won't work with GDNative diff --git a/docs/changelog/godot3.md b/docs/changelog/godot3.md index a331c46f..da885e70 100644 --- a/docs/changelog/godot3.md +++ b/docs/changelog/godot3.md @@ -8,6 +8,7 @@ - Changed: moved constants to separate file like in Godot 4.x branches - Fixed: backported fixes for in-editor docs, thanks to _sepTN_ +- Fixed: `requestClanOfficerList()` using wrong internal function, thanks to _sepTN_ **Version 3.22.2 Changes** diff --git a/docs/changelog/godot4.md b/docs/changelog/godot4.md index 9815f75f..b77601dc 100644 --- a/docs/changelog/godot4.md +++ b/docs/changelog/godot4.md @@ -4,6 +4,10 @@ --- +**Version 4.5.3 Changes** + +- Fixed: `requestClanOfficerList()` using wrong internal function, thanks to _sepTN_ + **Version 4.5.2 Changes** - Fixed: `exchangeItems`, `generateItems`, and `startPurchase` using wrong array size function, thanks to _sepTN_