From 791a92b146a6abe47b824c90188e8054cc67e09c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 7 Oct 2025 17:32:36 +0100 Subject: [PATCH] C++: Add a changenote for C/C++ BMN GA --- cpp/ql/lib/change-notes/2025-10-07-bmn-ga.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2025-10-07-bmn-ga.md diff --git a/cpp/ql/lib/change-notes/2025-10-07-bmn-ga.md b/cpp/ql/lib/change-notes/2025-10-07-bmn-ga.md new file mode 100644 index 000000000000..dce0cabc38c0 --- /dev/null +++ b/cpp/ql/lib/change-notes/2025-10-07-bmn-ga.md @@ -0,0 +1,4 @@ +--- +category: feature +--- +* The C/C++ "build-mode: none" support is now General Availability (GA).