Skip to content

Commit 46bcb14

Browse files
committed
changelog for 2.3.3
1 parent 682f40d commit 46bcb14

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

3+
## Release 2.3.3 (2020-11-06)
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+
- Fixed bug in `codeql test run` where the `--json` and
12+
`--failing-exitcode` options would not work reliably when `--ram`
13+
was also given
14+
15+
- The `$CODEQL_JAVA_HOME` environment variable will now be passed to
16+
extractors such that extractors implemented in Java can be affected
17+
too. Beware that this variable will override the JVM that executes
18+
the main `codeql` process. It should not normally be set explicitly.
19+
320
## Release 2.3.2 (2020-10-27)
421

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

0 commit comments

Comments
 (0)