Skip to content

Commit

Permalink
Tweak CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Apr 11, 2024
1 parent 686339e commit a048557
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/OpenTelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Unreleased

* Fixed an issue in Logging where unwanted objects (processors, exporters, etc.)
could be created inside delegates automatically executed by the Options API
during configuration reload.
* **Breaking Change** Fixed an issue in Logging where unwanted objects
(processors, exporters, etc.) could be created inside delegates automatically
executed by the Options API during configuration reload. Accessing
`OpenTelemetryLoggerOptions` using `IOptionsMonitor` or `IOptionsSnapshot`
will now result in a `NotSupportedException` being thrown.
([#5514](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5514))

## 1.8.0
Expand Down

0 comments on commit a048557

Please sign in to comment.