Skip to content

Commit 09b654e

Browse files
xiang17CodeBlanch
andauthored
[docs] Update verb tense grammar for CHANGELOGs (open-telemetry#5940)
Co-authored-by: Mikel Blanchard <[email protected]>
1 parent 956f621 commit 09b654e

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

src/OpenTelemetry.Api.ProviderBuilderExtensions/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Released 2024-Jun-07
2525

2626
* The experimental APIs previously covered by `OTEL1000`
2727
(`LoggerProviderBuilder` `AddInstrumentation` & `ConfigureServices` extensions
28-
and `IServiceCollection.ConfigureOpenTelemetryLoggerProvider` extension) will
29-
now be part of the public API and supported in stable builds.
28+
and `IServiceCollection.ConfigureOpenTelemetryLoggerProvider` extension) are
29+
now part of the public API and supported in stable builds.
3030
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))
3131

3232
## 1.9.0-alpha.1

src/OpenTelemetry.Api/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Released 2024-Jun-14
5252
Released 2024-Jun-07
5353

5454
* The experimental APIs previously covered by `OTEL1000` (`LoggerProvider`,
55-
`LoggerProviderBuilder`, & `IDeferredLoggerProviderBuilder`) will now be part
56-
of the public API and supported in stable builds.
55+
`LoggerProviderBuilder`, & `IDeferredLoggerProviderBuilder`) are now part of
56+
the public API and supported in stable builds.
5757
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))
5858

5959
## 1.9.0-alpha.1

src/OpenTelemetry.Exporter.Console/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Released 2024-Jun-14
3131
Released 2024-Jun-07
3232

3333
* The experimental APIs previously covered by `OTEL1000`
34-
(`LoggerProviderBuilder.AddConsoleExporter` extension) will now be part of the
34+
(`LoggerProviderBuilder.AddConsoleExporter` extension) are now part of the
3535
public API and supported in stable builds.
3636
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))
3737

src/OpenTelemetry.Exporter.InMemory/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Released 2024-Jun-14
1919
Released 2024-Jun-07
2020

2121
* The experimental APIs previously covered by `OTEL1000`
22-
(`LoggerProviderBuilder.AddInMemoryExporter` extension) will now be part of
23-
the public API and supported in stable builds.
22+
(`LoggerProviderBuilder.AddInMemoryExporter` extension) are now part of the
23+
public API and supported in stable builds.
2424
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))
2525

2626
## 1.9.0-alpha.1

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Released 2024-Jun-14
4343
Released 2024-Jun-07
4444

4545
* The experimental APIs previously covered by `OTEL1000`
46-
(`LoggerProviderBuilder.AddOtlpExporter` extension) will now be part of the
47-
public API and supported in stable builds.
46+
(`LoggerProviderBuilder.AddOtlpExporter` extension) are now part of the public
47+
API and supported in stable builds.
4848
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))
4949

5050
## 1.9.0-alpha.1

src/OpenTelemetry.Extensions.Hosting/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Released 2024-Jun-14
2323
Released 2024-Jun-07
2424

2525
* The experimental APIs previously covered by `OTEL1000`
26-
(`OpenTelemetryBuilder.WithLogging` method) will now be part of the public API
26+
(`OpenTelemetryBuilder.WithLogging` method) are now be part of the public API
2727
and supported in stable builds.
2828
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))
2929

src/OpenTelemetry/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)