Release preparation for version 2.15.3

This commit is contained in:
github-actions[bot]
2023-11-16 13:07:16 +00:00
parent 641646ac08
commit 6ec9b95072
155 changed files with 466 additions and 210 deletions

View File

@@ -0,0 +1,5 @@
## 0.11.3
### Minor Analysis Improvements
* Added basic flow for attributes defined on classes, when the attribute lookup is on a direct reference to that class (so not instance, cls parameter, or self parameter). Example: class definition `class Foo: my_tuples = (dangerous, safe)` and usage `SINK(Foo.my_tuples[0])`.