diff --git a/ql/lib/change-notes/2022-01-18-function-get-a-call.md b/ql/lib/change-notes/2022-01-18-function-get-a-call.md new file mode 100644 index 00000000000..9cdef535e33 --- /dev/null +++ b/ql/lib/change-notes/2022-01-18-function-get-a-call.md @@ -0,0 +1,4 @@ +--- +category: fix +--- +* `Function`'s predicate `getACall` now returns more results in some situations. It now always returns callers that may call a method indirectly via an interface method that it implements. Previously this only happened if the method was in the source code being analysed.