From e0b95f0ab8827ddc8689a9345daecc2924c3fde5 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Tue, 17 Dec 2024 10:03:32 +0100 Subject: [PATCH] changelog --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index eaca55694..94c1db8f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +# 2024-12-17 Version 3.10.3 + +Follow up release to 3.10.2, as we've discovered a few bugs after release. + +Noteworthy changes: + * Fix usage of GetComputerNameExA (#10988) + * Fix cmake clean target (#10990) + +For a complete and detailed change log since the last release run: +git log 3.10.3...3.10.2 + # 2024-12-16 Version 3.10.2 Follow up release to 3.10.1, as we've discovered a few bugs during release