diff --git a/cpp/ql/lib/change-notes/2026-01-30-guard-condition-logical-operators.md b/cpp/ql/lib/change-notes/2026-01-30-guard-condition-logical-operators.md new file mode 100644 index 00000000000..646d9b3821f --- /dev/null +++ b/cpp/ql/lib/change-notes/2026-01-30-guard-condition-logical-operators.md @@ -0,0 +1,4 @@ +--- +category: fix +--- +* Fixed a bug in the `GuardCondition` library which sometimes prevented binary logical operators from being recognized as guard conditions. As a result, queries using `GuardCondition` may see improved results. \ No newline at end of file