Changelog updates for 1.1.0-beta3 (#2044)

This commit is contained in:
Cijo Thomas 2021-05-11 16:00:02 -07:00 committed by GitHub
parent 6cdfcea67c
commit 7af79470d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 28 additions and 0 deletions

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.1.0-beta3
Released 2021-May-11
* Adds `AddLegacySource()` to `TracerProviderBuilder`
([#2019](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2019))

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.1.0-beta3
Released 2021-May-11
## 1.1.0-beta2
Released 2021-Apr-23

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.1.0-beta3
Released 2021-May-11
## 1.1.0-beta2
Released 2021-Apr-23

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.1.0-beta3
Released 2021-May-11
## 1.1.0-beta2
Released 2021-Apr-23

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.1.0-beta3
Released 2021-May-11
## 1.1.0-beta2
Released 2021-Apr-23

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.1.0-beta3
Released 2021-May-11
## 1.1.0-beta2
Released 2021-Apr-23

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.1.0-beta3
Released 2021-May-11
* `AddLegacySource()` moved out of `TracerProviderBuilderExtensions` and into
public API
([#2019](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2019))