Skip to content

Commit e4a8980

Browse files
committed
chore(release): 0.40.0
1 parent c6e81be commit e4a8980

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ All notable changes to FScript are documented in this file.
44

55
## [Unreleased]
66

7+
## [0.40.0]
8+
9+
710
- Fixed VS Code/LSP analysis to inject a default `Env` binding so scripts using `Env` no longer show unbound-variable diagnostics in the editor.
811
- Fixed VS Code/LSP type navigation so `Env` and `Environment` resolve to the stdlib `Environment` type definition.
912
- Added CLI script argument forwarding with `--` and injected `Env` metadata (`ScriptName`, `Arguments`) for file, stdin, and REPL execution modes, with `Environment` now defined in stdlib for LSP/type visibility.
1013

14+
**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.39.0...0.40.0
15+
1116
## [0.39.0]
1217

1318

0 commit comments

Comments
 (0)