ocaml-trace/CHANGES.md
2023-06-15 13:16:39 -04:00

13 lines
448 B
Markdown

# 0.2
- trace-tef: additional argument to `with_setup`; env for "stdout"/"stderr"
- refactor: avoid conflicting with stdlib `Trace` module by adding sublibrary `trace.core`.
Programs that use `compiler-libs.toplevel` should use `trace.core`
directly, because using `trace` will cause linking errors.
- perf(trace-tef): improve behavior of collector under contention by
pulling all events at once in the worker
# 0.1
initial release