From d3e710605e032d448d03838e53dd0128a1e3b20e Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 24 Jan 2024 22:44:28 -0500 Subject: [PATCH] update @since next tags --- src/core/collector.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/collector.ml b/src/core/collector.ml index 78a553c..41832d1 100644 --- a/src/core/collector.ml +++ b/src/core/collector.ml @@ -40,13 +40,13 @@ module type S = sig span (** Enter a new implicit span. For many uses cases, {!with_span} will be easier to use. - @since NEXT_RELEASE *) + @since 0.6 *) val exit_span : span -> unit (** Exit span. This should be called on the same thread as the corresponding {!enter_span}, and nest properly with other calls to enter/exit_span and {!with_span}. - @since NEXT_RELEASE *) + @since 0.6 *) val enter_manual_span : parent:explicit_span option ->