This commit is contained in:
c-cube 2025-04-09 12:59:05 +00:00
parent 63a7c74f54
commit 130480acd5
4 changed files with 28 additions and 0 deletions

View file

@ -1,3 +1,10 @@
# 0.9.1
- fix: upper bound on ppxlib
- feat trace-tef: print names of non-closed spans upon exit
- fix: block signals in background threads
# 0.9
- add an extensible sum type, so users can implement custom events. For example

View file

@ -1,3 +1,10 @@
# 0.9.1
- fix: upper bound on ppxlib
- feat trace-tef: print names of non-closed spans upon exit
- fix: block signals in background threads
# 0.9
- add an extensible sum type, so users can implement custom events. For example

View file

@ -1,3 +1,10 @@
# 0.9.1
- fix: upper bound on ppxlib
- feat trace-tef: print names of non-closed spans upon exit
- fix: block signals in background threads
# 0.9
- add an extensible sum type, so users can implement custom events. For example

View file

@ -1,3 +1,10 @@
# 0.9.1
- fix: upper bound on ppxlib
- feat trace-tef: print names of non-closed spans upon exit
- fix: block signals in background threads
# 0.9
- add an extensible sum type, so users can implement custom events. For example