From f4980bede3e34b391996c4808b8dcda26cdff4ff Mon Sep 17 00:00:00 2001 From: Jeroen Ketema <93738568+jketema@users.noreply.github.com> Date: Tue, 13 Jan 2026 15:49:18 +0100 Subject: [PATCH] Update cpp/ql/lib/change-notes/2026-01-02-decimal-removal.md --- cpp/ql/lib/change-notes/2026-01-02-decimal-removal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/change-notes/2026-01-02-decimal-removal.md b/cpp/ql/lib/change-notes/2026-01-02-decimal-removal.md index 09c36751262..19d0d545576 100644 --- a/cpp/ql/lib/change-notes/2026-01-02-decimal-removal.md +++ b/cpp/ql/lib/change-notes/2026-01-02-decimal-removal.md @@ -1,4 +1,4 @@ --- -category: minorAnalysis +category: breaking --- * The `_Decimal32`, `_Decimal64`, and `_Decimal128` types are no longer exposed as builtin types. Support for these gcc-specific types was incomplete, and are generally not used in C/C++ codebases.