From 8403345d906ab3fcdd063dcab6280fe36f014191 Mon Sep 17 00:00:00 2001 From: Leon Matthes Date: Fri, 19 Jan 2024 13:17:55 +0100 Subject: [PATCH] Release v1.0.4 Add all changes to ChangeLog --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7fe663f..58f6299 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +* v1.0.4 + - Avoid error in presence of Windows min/max macros (#63) + - Fix Clang-Tidy failures (#49) + +* v1.0.3 + - Fix for Windows compilation error due to `interface` keyword (#40) + +* v1.0.2 + - Make KDBINDINGS_DECLARE_FUNCTION callable outside of KDBindings namespace (#38) + * v1.0.1 - Property: Make moved Signal private (#24 & #26) - BREAKING! - Documentation: Small fixes & updates