From 399ba60314e4c273d988870e9ac0da53865c09a4 Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 5 May 2026 15:53:19 +0100 Subject: [PATCH] Changelog for 26.3.0 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f65c078..7c13350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This changelog relates to the VS Code Extension for the Mojo language. Changelogs for the Mojo project can be found at: [Mojo release changelog](https://docs.modular.com/mojo/changelog) +## [26.3.0] - 2026-05-05 + +- Added: SDK status bar item that shows the detected Mojo SDK version, or a clickable warning if no SDK was found (#152) +- Change: Updated function modifier syntax from `owned` to `var` (#117) +- Fix: Allow `mojo.lsp.includeDirs` to be set at workspace level (#145) +- Fix: Add `buildArgs` to `mojo-lldb` debug configuration schema (#146) + ## [26.2.0] - 2026-01-27 - Added: New command that stops the LSP server (#36) - Thanks @mzaks!