diff options
| author | David Czihak <git@dcz.at> | 2026-05-11 17:47:32 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-11 17:49:16 +0200 |
| commit | 0a991e9463da215b75223d93f501fa8d1440b9ec (patch) | |
| tree | dd98a9880cd2fb472a81121a2b81ad3bbfb896c8 /Zig.novaextension/CHANGELOG.md | |
| parent | bf0eacb506bc8125b0ab8d438913e54feba63391 (diff) | |
Release: 0.2.1v0.2.1
Diffstat (limited to 'Zig.novaextension/CHANGELOG.md')
| -rw-r--r-- | Zig.novaextension/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Zig.novaextension/CHANGELOG.md b/Zig.novaextension/CHANGELOG.md index 7f76537..0c91b23 100644 --- a/Zig.novaextension/CHANGELOG.md +++ b/Zig.novaextension/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.1 — 2026-05-11 + +- Compiler errors and warnings now clear properly before each build instead of accumulating across runs. +- Fixed `-D` user options not being passed to `zig build` when set via the task configuration. +- Issue matcher split into separate patterns for errors, warnings, and notes. + ## 0.2.0 — 2026-05-10 *Zig Package* is now **Zig build**. The macOS Terminal variant is gone — use the new Console setting instead. |
