Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed Aug 7, 2020
1 parent 190d3dd commit 6b16a2f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/OpenTelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## Unreleased

* Renaming `BroadcastActivityProcessor` to `FanOutActivityProcessor` (#1015)
* Introduce `SuppressInstrumentationScope` API (#988).
* Support wildcard pattern matching for ActivitySource
([#1023](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1023)).
* Renaming `BroadcastActivityProcessor` to `FanOutActivityProcessor`
([#1015](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1015)).
* Introduce `SuppressInstrumentationScope` API
([#988](https://github.com/open-telemetry/opentelemetry-dotnet/pull/988)).
* `ActivityProcessor` implements `IDisposable`.
* When `Dispose` occurs, it calls `ShutdownAsync`.
* If you want a custom behavior for dispose, you will have to override the
Expand Down

0 comments on commit 6b16a2f

Please sign in to comment.