Update changelog documentation site for codeql-cli-2.24.3#21440
Merged
coadaflorin merged 5 commits intorc/3.21from Mar 10, 2026
Merged
Update changelog documentation site for codeql-cli-2.24.3#21440coadaflorin merged 5 commits intorc/3.21from
coadaflorin merged 5 commits intorc/3.21from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds the changelog documentation for CodeQL CLI 2.24.3 (released 2026-03-05) and fixes RST formatting issues in several older changelog files. The changes are auto-generated to synchronize the documentation site with source Markdown changelogs.
Changes:
- Added a new changelog page for CodeQL CLI 2.24.3 covering security coverage, CLI bug fixes, query pack improvements, and language library changes across multiple languages.
- Fixed RST formatting in older changelogs: removed unnecessary
\escapes before*x*in version strings (2.19.1, 2.21.3, 2.22.3), and converted inline markup in 2.23.1 to use:code:roles. - Updated the toctree index to include the new 2.24.3 entry at the top.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
docs/codeql/codeql-overview/codeql-changelog/index.rst |
Adds codeql-cli-2.24.3 entry to the toctree in correct descending version order |
docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.3.rst |
New changelog for 2.24.3: CLI bug fixes, query pack and language library updates for C/C++, C#, Java/Kotlin, Python, JS/TS, Ruby, Rust, Go |
docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.23.1.rst |
Fixes RST formatting: converts double-backtick to :code: role, adds \ escape before ! after link reference |
docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.22.3.rst |
Removes unnecessary \ escape before *x* in version string |
docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.21.3.rst |
Removes unnecessary \ escape before *x* in version string |
docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.19.1.rst |
Removes unnecessary \ escape before *x* in version string |
You can also share your feedback on Copilot code review. Take the survey.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was automatically generated to synchronize the CodeQL changelog documentation based on recent changes to CodeQL.
Overview
Next Steps