Add change note

This commit is contained in:
Tom Hvitved
2026-01-07 14:17:48 +01:00
parent dce21e595e
commit fef00c1668

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `Deref` trait is now considered during method resolution. This means that method calls on receivers implementing the `Deref` trait will correctly resolve to methods defined on the target type. This may result in additional query results, especially for data flow queries.