From f107235db2038b95393d8030807560650849d5a8 Mon Sep 17 00:00:00 2001 From: Taus Date: Tue, 24 Feb 2026 15:08:36 +0100 Subject: [PATCH] Update change note --- .../change-notes/2026-02-18-remove-points-to-from-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ql/lib/change-notes/2026-02-18-remove-points-to-from-metrics.md b/python/ql/lib/change-notes/2026-02-18-remove-points-to-from-metrics.md index ed64206bd3b..a5d1d4fb94e 100644 --- a/python/ql/lib/change-notes/2026-02-18-remove-points-to-from-metrics.md +++ b/python/ql/lib/change-notes/2026-02-18-remove-points-to-from-metrics.md @@ -1,5 +1,5 @@ --- -category: minorAnalysis +category: breaking --- - The `Metrics` library no longer contains code that depends on the points-to analysis. The removed functionality has instead been moved to the `LegacyPointsTo` module, to classes like `ModuleMetricsWithPointsTo` etc. If you depend on any of these classes, you must now remember to import `LegacyPointsTo`, and use the appropriate types in order to use the points-to-based functionality.