mirror of
https://github.com/c-cube/moonpool.git
synced 2026-03-07 21:37:57 -05:00
deploy: 1136191850
This commit is contained in:
parent
4901344ec2
commit
c9e23dee2e
2 changed files with 20 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
- breaking: remove `around_task` from schedulers
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
- breaking: remove `around_task` from schedulers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue