This commit is contained in:
c-cube 2026-02-04 18:26:43 +00:00
parent 4901344ec2
commit c9e23dee2e
2 changed files with 20 additions and 0 deletions

View file

@ -1,4 +1,14 @@
# 0.11
- feat: add `Fut.for_iter`
- fix: in Lock, prevent flambda from reordering mutex-protected operations
- document how many threads are used for work in `Ws_pool`
- remove mentions of ocaml4 in readme
- chore: for now, add bound for lwt 5.xx only
- abstract type for Tracing_ stub (for new `trace`)
# 0.10 # 0.10
- breaking: remove `around_task` from schedulers - breaking: remove `around_task` from schedulers

View file

@ -1,4 +1,14 @@
# 0.11
- feat: add `Fut.for_iter`
- fix: in Lock, prevent flambda from reordering mutex-protected operations
- document how many threads are used for work in `Ws_pool`
- remove mentions of ocaml4 in readme
- chore: for now, add bound for lwt 5.xx only
- abstract type for Tracing_ stub (for new `trace`)
# 0.10 # 0.10
- breaking: remove `around_task` from schedulers - breaking: remove `around_task` from schedulers