Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2023-10-10 17:44:53 +02:00
parent 72d0dcdaba
commit ee75b104eb

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added better support for API graphs when encountering `from ... import *`. For example in the code `from foo import *; Bar()`, we will now find a result for `API::moduleImport("foo").getMember("Bar").getACall()`