File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1616 checklist for a CLI release, you can edit here. But then
1717 you know what to do).
1818-->
19+
20+ ## Release 2.16.1 (2024-01-25)
21+
22+ ### Improvements
23+
24+ - When executing the ` codeql database init ` command, the CodeQL runner
25+ executable path is now stored in the ` CODEQL_RUNNER ` environment variable.
26+ Users of indirect tracing on MacOS with System Integrity Protection enabled
27+ who previously had trouble with indirect tracing should prefix their build
28+ command with this path. For example, ` $CODEQL_RUNNER build.sh ` .
29+
30+ ### QL language improvements
31+
32+ - Name clashes between weak aliases (i.e. aliases that are not final aliases of
33+ non-final entities) of the same target no longer cause ambiguity errors.
34+
1935## Release 2.16.0 (2024-01-16)
2036
2137### New Features
You can’t perform that action at this time.
0 commit comments