Release preparation for version 2.23.6

This commit is contained in:
github-actions[bot]
2025-11-17 16:38:07 +00:00
parent 07c80b4685
commit 18fa6799ce
171 changed files with 470 additions and 164 deletions

View File

@@ -1,4 +0,0 @@
---
category: deprecated
---
* `ControlFlowElement.controlsBlock` has been deprecated in favor of the Guards library.

View File

@@ -1,5 +0,0 @@
---
category: feature
---
* Initial support for incremental C# databases via `codeql database create --overlay-base`/`--overlay-changes`.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Updated *roslyn* and *binlog* dependencies in the extractor, which may improve database and analysis quality.

View File

@@ -0,0 +1,13 @@
## 5.4.0
### Deprecated APIs
* `ControlFlowElement.controlsBlock` has been deprecated in favor of the Guards library.
### New Features
* Initial support for incremental C# databases via `codeql database create --overlay-base`/`--overlay-changes`.
### Minor Analysis Improvements
* Updated *roslyn* and *binlog* dependencies in the extractor, which may improve database and analysis quality.