You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@
65
65
66
66
### Deprecations
67
67
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:
69
69
-`--mode=brutal` is now `--mode=clear`.
70
70
-`--mode=normal` is now `--mode=trim`.
71
71
-`--mode=light` is now `--mode=fit`.
@@ -74,9 +74,6 @@
74
74
### Improvements
75
75
76
76
- 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.
0 commit comments