From 6b16a2ffefb6417fc4d7ea35565e2293c4b3e92c Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Fri, 7 Aug 2020 10:16:17 -0700 Subject: [PATCH] update changelog --- src/OpenTelemetry/CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/OpenTelemetry/CHANGELOG.md b/src/OpenTelemetry/CHANGELOG.md index f5cc05ea1d0..c7f737de356 100644 --- a/src/OpenTelemetry/CHANGELOG.md +++ b/src/OpenTelemetry/CHANGELOG.md @@ -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