Skip to content

Commit 1773ef7

Browse files
committed
Release 0.34.0 changelog
1 parent 075659f commit 1773ef7

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

55
## [Unreleased]
66

7+
## [0.34.0]
8+
79
- Removed F# sources from `src/FScript.LanguageServer*` by moving LSP semantic modules into `FScript.CSharpInterop` and keeping `FScript.LanguageServer` as C# host.
810
- Replaced `FScript.LanguageServer.Tests` project with a C# test project and C# LSP test harness to remove F# compile cost from LanguageServer test builds.
911
- Deleted obsolete F# LanguageServer test sources after C# test project migration.
@@ -21,6 +23,8 @@ All notable changes to FScript are documented in this file.
2123
- Enforced string-only map keys across type inference, evaluation, samples, and LSP type rendering (removed `int|string` key-domain displays).
2224
- Fixed map-pattern inlay hints to infer key/value/tail bindings (`string`, `int`, `int map`) instead of `unknown`.
2325

26+
**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.33.0...0.34.0
27+
2428
## [0.33.0]
2529

2630
- Updated runtime/test project package versions after NuGet publish verification.

0 commit comments

Comments
 (0)