This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,14 @@
## v1.1.0 (2025-04-28)
- Add missing primitive `clear` (@raphael-proust, #7)
- Fix documentation typo (@raphael-proust, #7)
## v1.0.1 (2021-05-21)
- Remove `lwt` dependency; it's only really needed for the tests (@aantron #1).
- Fix deprecation warnings with OCaml 4.08 (@aantron #1).
- Add support for OCaml 4.02 (@aantron #1).
## v1.0.0 (2019-01-14)
Initial release, based on Lwt 4.1.0's source code.