Files
codeql/python/ql/lib/change-notes/released/5.0.0.md
2025-11-17 16:38:07 +00:00

6 lines
256 B
Markdown

## 5.0.0
### Breaking Changes
- The classes `ControlFlowNode`, `Expr`, and `Module` no longer expose predicates that invoke the points-to analysis. To access these predicates, import the module `LegacyPointsTo` and follow the instructions given therein.