Skip to content

Commit e5b2ca4

Browse files
committed
Update history
1 parent 677a135 commit e5b2ca4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

HISTORY.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@
44

55
### v0.1.1
66

7-
- Fixes compatibility in test suite with Flix 0.34.0 (version 0.1.0 was compatible with a newer version of Flix which is not yet released)
7+
- Fixes compatibility in test suite with Flix 0.34.0 (version 0.1.0 was compatible with a newer version of Flix which is not yet released).
8+
9+
### v0.1.2
10+
11+
*This release is mostly just to fix compatibility with the Flix community build. See [https://github.com/flix/flix/pull/5235](https://github.com/flix/flix/pull/5235)*
12+
13+
- All functions do not carry the last parameter, and instead return a lambda to make the API more readable.
14+
- Includes basic parser combinators so one should be able to write a few useful grammars with the library.

0 commit comments

Comments
 (0)