diff --git a/moonpool-lwt/_doc-dir/CHANGES.md b/moonpool-lwt/_doc-dir/CHANGES.md index ad9a14c5..7e6b14e8 100644 --- a/moonpool-lwt/_doc-dir/CHANGES.md +++ b/moonpool-lwt/_doc-dir/CHANGES.md @@ -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 diff --git a/moonpool/_doc-dir/CHANGES.md b/moonpool/_doc-dir/CHANGES.md index ad9a14c5..7e6b14e8 100644 --- a/moonpool/_doc-dir/CHANGES.md +++ b/moonpool/_doc-dir/CHANGES.md @@ -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