Python: Add change note

This commit is contained in:
Taus
2021-06-15 15:12:44 +00:00
committed by GitHub
parent 41ee325bc9
commit 92063dc191

View File

@@ -0,0 +1,5 @@
lgtm,codescanning
* A new class `DataFlow::MethodCallNode` extends `DataFlow::CallCfgNode` with convenient methods for
accessing the receiver and method name of a method call.
* The `LocalSourceNode` class now has a `getAMethodCall` method, with which one can easily access
method calls with the given node as a receiver.