add changelog entry for 'additional' and 'default' keywords

This commit is contained in:
Philip Ginsbach 2023-07-14 14:38:05 +01:00
Родитель f3ad6ec105
Коммит 0b18492946
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,9 @@
## [UNRELEASED]
- Implement syntax highlighting for the `additional` keyword.
- Implement syntax highlighting for the `default` keyword.
## 1.8.7 - 29 June 2023
- Show a run button on the file tab for query files, that will start a local query. This button will only show when a local database is selected in the extension. [#2544](https://github.com/github/vscode-codeql/pull/2544)