Skip to content

Commit 03ea17b

Browse files
committed
Update changelog for 2.16.1
1 parent fb86fb9 commit 03ea17b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@
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

0 commit comments

Comments
 (0)