Skip to content

Commit 6f34712

Browse files
authored
Revert 2.15.1 changes
I assume these were alterations made after the release prep workflows were run.
1 parent e217923 commit 6f34712

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
### Deprecations
6767

68-
- The accepted values of the `--mode` option for `codeql database cleanup` have been renamed to bring them in line with what they are called in the VSCode extension and the query server:
68+
- The accepted values of the `codeql database cleanup --mode=` command line option have been renamed to bring them in line with what they are called in the VSCode extension and the query server:
6969
- `--mode=brutal` is now `--mode=clear`.
7070
- `--mode=normal` is now `--mode=trim`.
7171
- `--mode=light` is now `--mode=fit`.
@@ -74,9 +74,6 @@
7474
### Improvements
7575

7676
- The list of failed tests at the end of a `codeql test run` is now sorted lexicographically.
77-
- The syntax of DIL now more closely resembles the QL source code that it is
78-
compiled from. In particular, conjunctions and disjunctions now use the
79-
familiar `and` and `or` keywords, and clauses are enclosed in curly braces.
8077

8178
### Bugs fixed
8279

0 commit comments

Comments
 (0)