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 new file mode 100644 index 00000000000..09c36751262 --- /dev/null +++ b/cpp/ql/lib/change-notes/2026-01-02-decimal-removal.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* 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.