Skip to content

Commit 2a6a06c

Browse files
committed
Prepare 0.32.0 changelog
1 parent f0e7f86 commit 2a6a06c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
- _No entries yet._
8+
9+
## [0.32.0]
10+
711
- Replaced `#include` with `import` and removed script-level `module` declarations.
812
- Imported files are now exposed through filename-derived modules (for example `shared.fss` -> `shared.*`).
913
- Updated parser/runtime/LSP/docs/tests for the new import/module semantics.
1014
- Removed `unused` top-level binding diagnostics from LSP.
1115

16+
**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.31.0...0.32.0
17+
1218
## [0.31.0]
1319

1420
- Enforced warning-as-error globally via `Directory.Build.props` (`TreatWarningsAsErrors=true`).

0 commit comments

Comments
 (0)