Update cpp/ql/lib/change-notes/2026-01-02-decimal-removal.md

This commit is contained in:
Jeroen Ketema
2026-01-13 15:49:18 +01:00
committed by Jeroen Ketema
parent 9ba73ba4f0
commit f4980bede3

View File

@@ -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.