From b123901f87b5c638490cfe2d4c8c8b3474d7ce68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nora=20Dimitrijevi=C4=87?= Date: Fri, 5 Jul 2024 11:43:20 +0200 Subject: [PATCH] Library change note --- .../lib/change-notes/2024-07-05-simplera-remove-float-bounds | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2024-07-05-simplera-remove-float-bounds diff --git a/cpp/ql/lib/change-notes/2024-07-05-simplera-remove-float-bounds b/cpp/ql/lib/change-notes/2024-07-05-simplera-remove-float-bounds new file mode 100644 index 000000000000..a4488888c922 --- /dev/null +++ b/cpp/ql/lib/change-notes/2024-07-05-simplera-remove-float-bounds @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* The C++ `SimpleRangeAnalysis` library no longer produces type bounds for expressions with floating-point types.