Skip to content

Commit

Permalink
Revert 2.15.1 changes
Browse files Browse the repository at this point in the history
I assume these were alterations made after the release prep workflows were run.
  • Loading branch information
smowton authored Nov 13, 2023
1 parent e217923 commit 6f34712
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

### Deprecations

- 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:
- 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:
- `--mode=brutal` is now `--mode=clear`.
- `--mode=normal` is now `--mode=trim`.
- `--mode=light` is now `--mode=fit`.
Expand All @@ -74,9 +74,6 @@
### Improvements

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

### Bugs fixed

Expand Down

0 comments on commit 6f34712

Please sign in to comment.