Rust: Add change note

This commit is contained in:
Simon Friis Vindum
2025-12-05 14:12:22 +01:00
parent fa4b212020
commit f200dba7dd

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The call graph is now more precise for calls that target a trait function with a default implemention. This reduces the number of false positives for data flow queries.