We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e7f86 commit 2a6a06cCopy full SHA for 2a6a06c
CHANGELOG.md
@@ -4,11 +4,17 @@ All notable changes to FScript are documented in this file.
4
5
## [Unreleased]
6
7
+- _No entries yet._
8
+
9
+## [0.32.0]
10
11
- Replaced `#include` with `import` and removed script-level `module` declarations.
12
- Imported files are now exposed through filename-derived modules (for example `shared.fss` -> `shared.*`).
13
- Updated parser/runtime/LSP/docs/tests for the new import/module semantics.
14
- Removed `unused` top-level binding diagnostics from LSP.
15
16
+**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.31.0...0.32.0
17
18
## [0.31.0]
19
20
- Enforced warning-as-error globally via `Directory.Build.props` (`TreatWarningsAsErrors=true`).
0 commit comments