mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
7 lines
302 B
Markdown
7 lines
302 B
Markdown
## 0.11.2
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Added support for functions decorated with `contextlib.contextmanager`.
|
|
* Namespace packages in the form of regular packages with missing `__init__.py`-files are now allowed. This enables the analysis to resolve modules and functions inside such packages.
|