Skip to content

Commit f0ef5e8

Browse files
authored
docs: update HISTORY.md (#29)
1 parent 484dde1 commit f0ef5e8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

HISTORY.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,19 @@
88

99
### v0.1.2
1010

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)*
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).*
1212

1313
- All functions do not carry the last parameter, and instead return a lambda to make the API more readable.
1414
- Includes basic parser combinators so one should be able to write a few useful grammars with the library.
1515

1616
### v0.1.3
17-
*This release is just to fix compatibility with an upcoming version of the Flix packager. See [https://github.com/flix/flix/issues/5134](https://github.com/flix/flix/issues/5134)*
17+
18+
*This release is just to fix compatibility with an upcoming version of the Flix packager. See [https://github.com/flix/flix/issues/5134](https://github.com/flix/flix/issues/5134).*
19+
20+
### v0.1.4
21+
22+
*This release is mostly just to fix compatibility with the latest Flix compiler.*
23+
24+
- Removes use of `new` keyword.
25+
- Removes use of `foreach` loop.
26+
- Updated namespaces to use new `mod` keyword and qualified tags.

0 commit comments

Comments
 (0)