Python: add change note

This commit is contained in:
Rasmus Lerchedahl Petersen
2022-09-28 12:06:05 +02:00
parent b1ae3bfdb2
commit 05102f9007

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added the ability to refer to subscript operations in the API graph. It is now possible to write `response().getMember("cookies").getASubscript()` to find code like `resp.cookies["key"]` (assuming `response` returns an API node for reponse objects).