From a3dc1998e8ee3923135a2b3f67864d9ca99887ea Mon Sep 17 00:00:00 2001 From: Bob-Murphy Date: Sun, 30 Jul 2023 20:50:11 +0200 Subject: [PATCH] 3.3.3-stuff --- A3A/addons/core/Includes/script_version.hpp | 2 +- changelog.rst | 24 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/A3A/addons/core/Includes/script_version.hpp b/A3A/addons/core/Includes/script_version.hpp index 0678c50793..cf7570798e 100644 --- a/A3A/addons/core/Includes/script_version.hpp +++ b/A3A/addons/core/Includes/script_version.hpp @@ -1,4 +1,4 @@ #define MAJOR 3 #define MINOR 3 -#define PATCHLVL 2 +#define PATCHLVL 3 #define BUILD 0 diff --git a/changelog.rst b/changelog.rst index 7176de2a3c..8e89f405fa 100644 --- a/changelog.rst +++ b/changelog.rst @@ -3,6 +3,30 @@ Changelog ========== +Version 3.3.3 +=============== + +.. note:: + 30th July 2023 + +.. admonition:: Bugfixes + + * :issue:`2877` Fixed stringtable error + * :issue:`2874` Fixed various vehicle/static save issues + * :issue:`2872` Fixed units spawning in additional SPE bocage mounds + +.. warning:: + + * Please note that this changelog may contain both spelling/grammatical errors and/or factual errors. Should any factual errors exist, we apologise but with the sheer number of changes made per version it can be easy to lose or mistake a change when writing up the changelog. + +| + +----- + +| + + + Version 3.3.2 ===============