File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments