mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Release preparation for version 2.22.2
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Type annotations such as `foo : Bar` are now treated by the call graph as an indication that `foo` may be an instance of `Bar`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
|
||||
- The Python parser is now able to correctly parse expressions such as `match[1]` and `match()` where `match` is not used as a keyword.
|
||||
9
python/ql/lib/change-notes/released/4.0.11.md
Normal file
9
python/ql/lib/change-notes/released/4.0.11.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## 4.0.11
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Type annotations such as `foo : Bar` are now treated by the call graph as an indication that `foo` may be an instance of `Bar`.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- The Python parser is now able to correctly parse expressions such as `match[1]` and `match()` where `match` is not used as a keyword.
|
||||
Reference in New Issue
Block a user