Skip to content

Commit

Permalink
Update Changelog to reflect important changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Dec 28, 2024
1 parent 64cd7ac commit 57f05e8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 57f05e8

Please sign in to comment.