Skip to content

Commit 7ffdada

Browse files
author
Henning Makholm
committed
changelog for 2.3.1
1 parent 77175f9 commit 7ffdada

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# CodeQL CLI changelog
22

3+
## Release 2.3.1 (2020-10-15)
4+
5+
- The bundled extractors are updated to match the versions currently
6+
used on LGTM.com. These are newer than the last release (1.25) of
7+
LGTM Enterprise. If you plan to upload databases to an LGTM
8+
Enterprise 1.25 instance, you need to create them with release
9+
2.2.6.
10+
11+
### Features added
12+
13+
- `codeql database create` now accepts a `--working-dir` option, which
14+
allows the working directory for extractor scripts to differ from
15+
the source root. This is useful in some specialized integration
16+
situations.
17+
18+
- `codeql database create` will now pass a `--compiler-spec` option on
19+
to `codeql database trace-command`. This allows adapting the build
20+
tracing process when unusual compiler toolchains are used.
21+
22+
- `codeql database init` accepts an `--allow-missing-source-root`
23+
option, which is useful in some specialized integration situations.
24+
325
## Release 2.3.0 (2020-09-28)
426

527
- The bundled extractors are updated to match the versions currently

0 commit comments

Comments
 (0)