From f81383901ddd3d1ba40b188256f49f9969af2bfc Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 22 Oct 2023 13:52:21 +0200 Subject: [PATCH] Changes: document translation updates --- CHANGES-3.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES-3.3 b/CHANGES-3.3 index 4b58d0327..92b34f359 100644 --- a/CHANGES-3.3 +++ b/CHANGES-3.3 @@ -13,6 +13,7 @@ the history of the 3.2 series (2018-05 - 2022-08). This release contains contributions from (alphabetically by first name): - Adriaan de Groot - Anke Boersma + - Emir Sari ## Core ## - Boost::Python is no longer a dependency, Calamares uses a bundled copy @@ -20,8 +21,9 @@ This release contains contributions from (alphabetically by first name): dependency tree a great deal. You can set `WITH_PYBIND11=OFF` in the build to keep Boost::Python and all the binary-compatibility problems it entails. - - Coding style now wants clang-format 15, but not longer needs astyle. + - Coding style now wants clang-format 15 or 16, but no longer needs astyle. There is also a clang-tidy file for additional styling support. + - Ongoing translation improvements. (thanks Emir) ## Modules ## - All QML modules now have a Qt6-compatible set of QML files as well. (thanks Anke)