From 68d4240c26de626115efea1b0353f5d0f19a1d60 Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Thu, 16 Oct 2025 15:56:11 +0200 Subject: [PATCH] C++: Add change note --- .../lib/change-notes/2025-10-16-range-analysis-performance.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2025-10-16-range-analysis-performance.md diff --git a/cpp/ql/lib/change-notes/2025-10-16-range-analysis-performance.md b/cpp/ql/lib/change-notes/2025-10-16-range-analysis-performance.md new file mode 100644 index 00000000000..f24ab4b87fe --- /dev/null +++ b/cpp/ql/lib/change-notes/2025-10-16-range-analysis-performance.md @@ -0,0 +1,4 @@ +--- +category: fix +--- +* Improve performance of the range analysis in cases where it would otherwise take an exorbitant amount of time. \ No newline at end of file