@@ -7,8 +7,8 @@ Notes](../../RELEASENOTES.md).
77## Unreleased
88
99* The experimental APIs previously covered by ` OTEL1003 `
10- (` MetricStreamConfiguration.CardinalityLimit ` ) will now be part of the public
11- API and supported in stable builds.
10+ (` MetricStreamConfiguration.CardinalityLimit ` ) are now part of the public API
11+ and supported in stable builds.
1212 ([ #5926 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5926 ) )
1313
1414* Promoted overflow attribute from experimental to stable and removed the
@@ -80,7 +80,7 @@ Released 2024-Jun-07
8080
8181* The experimental APIs previously covered by ` OTEL1000 `
8282 (` LoggerProviderBuilder ` ` AddProcessor ` & ` ConfigureResource ` extensions, and
83- ` LoggerProvider ` ` ForceFlush ` & ` Shutdown ` extensions) will now be part of the
83+ ` LoggerProvider ` ` ForceFlush ` & ` Shutdown ` extensions) are now part of the
8484 public API and supported in stable builds.
8585 ([ #5648 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648 ) )
8686
@@ -107,8 +107,8 @@ Released 2024-May-20
107107* The experimental APIs previously covered by ` OTEL1002 ` (` Exemplar ` ,
108108 ` ExemplarFilterType ` , ` MeterProviderBuilder.SetExemplarFilter ` ,
109109 ` ReadOnlyExemplarCollection ` , ` ReadOnlyFilteredTagCollection ` , &
110- ` MetricPoint.TryGetExemplars ` ) will now be part of the public API and
111- supported in stable builds.
110+ ` MetricPoint.TryGetExemplars ` ) are now part of the public API and supported in
111+ stable builds.
112112 ([ #5607 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5607 ) )
113113
114114* Fixed the nullable annotations for the ` SamplingResult ` constructors
0 commit comments