From 4db783ced548dcaf708956e057922793a93947b4 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Tue, 26 Jul 2022 08:04:32 -0700 Subject: [PATCH] Update CHANGELOG.md The rename in that happened in #2953 (`GetTextMapPropagator` -> `TextMapPropagator`) is updated in the changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b0e344a5..737b9e2276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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