We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68488ab commit 4edb5f9Copy full SHA for 4edb5f9
CHANGELOG.md
@@ -4,9 +4,14 @@ All notable changes to FScript are documented in this file.
4
5
## [Unreleased]
6
7
+## [0.44.0]
8
+
9
10
- Added `samples/quicksort.fss` with a recursive quicksort example over integer lists.
11
- Added let-function return type annotations (`let f ... : Type = ...`) with parser/type-inference support and updated annotation specifications.
12
13
+**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.43.0...0.44.0
14
15
## [0.43.0]
16
17
0 commit comments