Files
codeql/python/ql/lib/change-notes/released/4.0.1.md
2025-02-17 16:55:54 +00:00

7 lines
343 B
Markdown

## 4.0.1
### Bug Fixes
- Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.
- Using the `break` and `continue` keywords outside of a loop, which is a syntax error but is accepted by our parser, would cause the control-flow construction to fail. This is now no longer the case.