Skip to content

Commit f81b5fd

Browse files
committed
Update changelog for 2.9.0
1 parent 74b59f9 commit f81b5fd

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,40 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.9.0 (2022-04-26)
21+
22+
- The bundled extractors are updated to match the versions currently
23+
used on LGTM.com. These are newer than the last release (1.30) of
24+
LGTM Enterprise. If you plan to upload databases to an LGTM
25+
Enterprise 1.30 instance, you need to create them with release
26+
2.7.6.
27+
28+
### New features
29+
30+
- `codeql database create` now supports the `--[no-]-count-lines`
31+
option, which was previously only available with `codeql database
32+
init`.
33+
34+
- `codeql resolve files` and `codeql database index-files` has a new
35+
`--also-match` option, which allows users to specify glob patterns
36+
that are applied in conjunction with the existing `--include`
37+
option.
38+
39+
### New language features
40+
41+
- This release introduces experimental support for parameterized QL
42+
modules. This language feature is still subject to change and should
43+
not be used in production yet.
44+
45+
### Bugs fixed
46+
47+
- Fixed a bug that would prevent resolution of a query suite in a
48+
published CodeQL query pack that has a reference to the pack itself.
49+
50+
- Fixed inaccurate documentation of what the `--include-extension`
51+
option to `codeql resolve files` and `codeql database index-files`
52+
does. The actual behavior is unchanged.
53+
2054
## Release 2.8.5 (2022-04-07)
2155

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

0 commit comments

Comments
 (0)