From fd0cf876e8ea2d63b04861d8fa06629d831a6cfc Mon Sep 17 00:00:00 2001 From: Enrico Steffinlongo Date: Fri, 7 Nov 2025 17:56:08 +0000 Subject: [PATCH] Revert C++ range analysis change note --- cpp/ql/lib/CHANGELOG.md | 4 +--- cpp/ql/lib/change-notes/released/6.0.1.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/cpp/ql/lib/CHANGELOG.md b/cpp/ql/lib/CHANGELOG.md index 390e3d4653b..62234b1dd9d 100644 --- a/cpp/ql/lib/CHANGELOG.md +++ b/cpp/ql/lib/CHANGELOG.md @@ -1,8 +1,6 @@ ## 6.0.1 -### Bug Fixes - -* Improve performance of the range analysis in cases where it would otherwise take an exorbitant amount of time. +No user-facing changes. ## 6.0.0 diff --git a/cpp/ql/lib/change-notes/released/6.0.1.md b/cpp/ql/lib/change-notes/released/6.0.1.md index 7e8cfdb2562..35b17912c81 100644 --- a/cpp/ql/lib/change-notes/released/6.0.1.md +++ b/cpp/ql/lib/change-notes/released/6.0.1.md @@ -1,5 +1,3 @@ ## 6.0.1 -### Bug Fixes - -* Improve performance of the range analysis in cases where it would otherwise take an exorbitant amount of time. +No user-facing changes.