From fef00c16680869edb39bb22795bc665ebd702286 Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Wed, 7 Jan 2026 14:17:48 +0100 Subject: [PATCH] Add change note --- .../change-notes/2026-01-07-method-resolution-deref-trait.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust/ql/lib/change-notes/2026-01-07-method-resolution-deref-trait.md 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