Skip to content

Commit d1a5749

Browse files
committed
Finalize 0.32.0 changelog
1 parent 9938c90 commit d1a5749

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ All notable changes to FScript are documented in this file.
44

55
## [Unreleased]
66

7-
- Clarified `AGENTS.md` so every direct commit to `main` must include an `Unreleased` changelog entry, including docs/process/policy updates.
7+
- _No entries yet._
88

99
## [0.32.0]
1010

1111
- Replaced `#include` with `import` and removed script-level `module` declarations.
1212
- Imported files are now exposed through filename-derived modules (for example `shared.fss` -> `shared.*`).
1313
- Updated parser/runtime/LSP/docs/tests for the new import/module semantics.
1414
- Removed `unused` top-level binding diagnostics from LSP.
15+
- Clarified `AGENTS.md` so every direct commit to `main` must include an `Unreleased` changelog entry, including docs/process/policy updates.
1516

1617
**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.31.0...0.32.0
1718

0 commit comments

Comments
 (0)