Update change note

This commit is contained in:
Taus
2026-02-24 15:08:36 +01:00
committed by GitHub
parent 07099f17d6
commit f107235db2

View File

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