Skip to content

Commit

Permalink
CHANGELOG: gather updates for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan957 committed Jul 6, 2023
1 parent da153b2 commit bba1770
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

## next

- Add test and benchmark options
- Fix linter running on all files instead of just meson.build files
- Fix showing `undefined` for projects where `project(version:)` wasn't
specified
- Add `Meson: Run Executable` command
- Add target type tooltip when exploring the targets tree

## 1.9.0

- Automatically configure Intellisense to use compile_commands.json generated
by Meson.
- Meson `tasks.json` entries specifying `target` will now need to include the target's type. E.g. `"target": "relative/path/to/targetname:shared_library"`.
by Meson
- Meson `tasks.json` entries specifying `target` will now need to include the
target's type. E.g. `"target": "relative/path/to/targetname:shared_library"`

## 1.8.1

Expand Down

0 comments on commit bba1770

Please sign in to comment.