Skip to content

Commit

Permalink
CHANGELOG patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Sep 27, 2023
1 parent d9e2925 commit cd7cf6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/OpenTelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
`AddInstrumentation` method.
([#4873](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4873))

* Allowed metric instrument names to contain `/` characters. ([#4882](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4882))
* Allowed metric instrument names to contain `/` characters.
([#4882](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4882))

* **Breaking Change** `[Tracer|Meter|Logger]ProviderBuilder.Build` extension
will now throw a `NotSupportedException` if invoked on a non-SDK builder type.
Previously it would return `null`.
([#4885](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4885))

## 1.6.0

Expand Down

0 comments on commit cd7cf6e

Please sign in to comment.