diff --git a/rust/ql/lib/change-notes/2026-01-07-method-resolution-deref-trait.md b/rust/ql/lib/change-notes/2026-01-07-method-resolution-deref-trait.md new file mode 100644 index 00000000000..2ed9cf750cb --- /dev/null +++ b/rust/ql/lib/change-notes/2026-01-07-method-resolution-deref-trait.md @@ -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. \ No newline at end of file