diff --git a/cpp/ql/lib/change-notes/2026-02-24-barrier-guards.md b/cpp/ql/lib/change-notes/2026-02-24-barrier-guards.md new file mode 100644 index 00000000000..8ebd788f9f8 --- /dev/null +++ b/cpp/ql/lib/change-notes/2026-02-24-barrier-guards.md @@ -0,0 +1,4 @@ +--- +category: breaking +--- +* CodeQL version 2.24.2 accidentially introduced a syntactical breaking change to `BarrierGuard<...>::getAnIndirectBarrierNode` and `InstructionBarrierGuard<...>::getAnIndirectBarrierNode`. These breaking changes have now been reverted so that the original code compiles again. \ No newline at end of file