C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-01-19 11:43:59 +00:00
parent c70633a0f7
commit 7aca94b1ca

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added modules `DataFlow::ParameterizedBarrierGuard` and `DataFlow::ParameterizedInstructionBarrierGuard`. These modules provide the same features as `DataFlow::BarrierGuard` and `DataFlow::InstructionBarrierGuard`, but allow for an additional parameter to support properly using them in dataflow configurations that uses flow states.