Skip to content

Commit f0dec89

Browse files
committed
chore(release): 0.42.0
1 parent 6b02477 commit f0dec89

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,8 +4,13 @@ All notable changes to FScript are documented in this file.
44

55
## [Unreleased]
66

7+
## [0.42.0]
8+
9+
710
- Added LSP go-to-definition support for local and pattern-bound variable bindings so usages navigate to the nearest in-scope declaration (including function parameters and tuple `let` destructuring names).
811

12+
**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.41.0...0.42.0
13+
914
## [0.41.0]
1015

1116
- Added `Int/Float/Bool` conversion helpers in stdlib-style builtins (`*.tryParse` and `*.toString`) for safe scalar parsing and string formatting.

0 commit comments

Comments
 (0)