From 8b20b0d334fc8acdc04b9f57d78271dee1e4c876 Mon Sep 17 00:00:00 2001
From: Simon Friis Vindum <simonfv@gmail.com>
Date: Thu, 16 Jan 2025 16:35:08 +0100
Subject: [PATCH] Shared: Add change note for basic block addition

---
 shared/controlflow/change-notes/2025-01-16-basic-block.md | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 shared/controlflow/change-notes/2025-01-16-basic-block.md

diff --git a/shared/controlflow/change-notes/2025-01-16-basic-block.md b/shared/controlflow/change-notes/2025-01-16-basic-block.md
new file mode 100644
index 000000000000..2fd543dc551b
--- /dev/null
+++ b/shared/controlflow/change-notes/2025-01-16-basic-block.md
@@ -0,0 +1,7 @@
+---
+category: breaking
+---
+* Added a basic block construction as part of the library. This is currently
+  considered an internal unstable API. The input signature to the control flow
+  graph now requires two additional predicates: `idOfAstNode` and
+  `idOfCfgScope`.