Skip to content

Commit

Permalink
Update CHANGELOG.md (#2609)
Browse files Browse the repository at this point in the history
The rename in that happened in #2953 (`GetTextMapPropagator` -> `TextMapPropagator`) is updated in the changelog.
  • Loading branch information
MrAlias committed Jul 26, 2022
1 parent 2116f96 commit 758f66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Added

- The `GetTextMapPropagator` function to `go.opentelemetry.io/contrib/propagators/autoprop`.
- The `TextMapPropagator` function to `go.opentelemetry.io/contrib/propagators/autoprop`.
This function is used to return a composite `TextMapPropagator` from registered names (instead of having to specify with an environment variable). (#2593)

### Changed
Expand Down

0 comments on commit 758f66b

Please sign in to comment.