Add change note for change to Function.getACall

This commit is contained in:
Owen Mansel-Chan
2022-01-18 16:34:42 +00:00
parent a0766e08a1
commit fd1136a777

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* `Function`'s predicate `getACall` now returns more results in some situations. For a function implementing an interface method, calls to that interface method are now returned for all functions. Previously this only happened if the function was in the source code being analysed.