From 8657c8b26ebdcfabe3f20e7357cbf4a1a12d21d5 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Tue, 30 Jun 2026 12:25:56 +0100 Subject: [PATCH] C++: Add change note. --- .../2026-06-30-variables-as-mad-sources-and-sinks.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2026-06-30-variables-as-mad-sources-and-sinks.md diff --git a/cpp/ql/lib/change-notes/2026-06-30-variables-as-mad-sources-and-sinks.md b/cpp/ql/lib/change-notes/2026-06-30-variables-as-mad-sources-and-sinks.md new file mode 100644 index 00000000000..fc93dbf303e --- /dev/null +++ b/cpp/ql/lib/change-notes/2026-06-30-variables-as-mad-sources-and-sinks.md @@ -0,0 +1,4 @@ +--- +category: breaking +--- +* Removed support for using variables as sources and sinks in models-as-data. Users of this feature should convert such sources and sinks to models defined using the QL language. \ No newline at end of file