Merge pull request #664 from owen-mc/add-change-note-function-getacall

Add change note for change to `Function.getACall`
This commit is contained in:
Owen Mansel-Chan
2022-01-18 18:12:29 +00:00
committed by GitHub

View File

@@ -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.