Release preparation for version 2.20.0

This commit is contained in:
github-actions[bot]
2024-12-04 16:01:14 +00:00
parent f56b2c912a
commit 96564b7128
154 changed files with 441 additions and 180 deletions

View File

@@ -1,5 +0,0 @@
---
category: fix
---
- Fixed a problem with the control-flow graph construction, where writing `case True:` or `case False:` would cause parts of the graph to be pruned by mistake.

View File

@@ -1,4 +1,9 @@
---
category: breaking
---
## 3.0.0
### Breaking Changes
* Deleted the old deprecated data flow API that was based on extending a configuration class. See https://github.blog/changelog/2023-08-14-new-dataflow-api-for-writing-custom-codeql-queries for instructions on migrating your queries to use the new API.
### Bug Fixes
- Fixed a problem with the control-flow graph construction, where writing `case True:` or `case False:` would cause parts of the graph to be pruned by mistake.