diff --git a/Changelog b/Changelog index 69018055..54999228 100644 --- a/Changelog +++ b/Changelog @@ -1,10 +1,17 @@ # Changelog -* v1.13 (TBD) +* v1.13 (December 28, 2024) - New Checks: - used-qunused-variable - qstring-arg check provides a fix-it - Fixed unused-non-trivial-variable to not warn when [[maybe_unused]] set + - Fixed qstring-arg for upcoming Qt 6.9 + - Fixed fully-qualified-moc-types false positive for const modifiers of generic arguments + - Silence false positive non-pod-global-static warning for QML module initialization + - Fix function-args-by-value false positive that would cause compile error + in copy constructors, assignment operators and equal checks + - False positives for `Q_EMIT(someSignal())` are now fixed + * v1.12 (June 30, 2024) - New Checks: