From 5f079c1d51fc64a659f16615e4e117e59fb82089 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Fri, 30 Jan 2026 12:19:28 +0000 Subject: [PATCH] C++: Add change note. --- .../2026-01-30-guard-condition-logical-operators.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2026-01-30-guard-condition-logical-operators.md 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