Skip to content

Commit f550114

Browse files
committed
Prepare 0.35.0 changelog
1 parent b7ef957 commit f550114

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.35.0]
8+
79
- Fixed LSP completion insertion for dotted prefixes so selecting `Option.map` after `Option.` no longer duplicates the qualifier.
810
- Switched import syntax to `import "path.fss" as Alias` and removed `from` import grammar.
911
- Updated LSP type display/navigation to hide internal import prefixes and use source aliases (for example `Common.ProjectInfo`).
1012
- Renamed sample `includes-and-exports.fss` to `imports-and-exports.fss` and updated docs links.
1113

14+
**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.34.0...0.35.0
15+
1216
## [0.34.0]
1317

1418
- Removed F# sources from `src/FScript.LanguageServer*` by moving LSP semantic modules into `FScript.CSharpInterop` and keeping `FScript.LanguageServer` as C# host.

0 commit comments

Comments
 (0)