From 99cd9cefe3f392f5cc09936899f62771aa47ad7b Mon Sep 17 00:00:00 2001 From: Andrei Ozerov Date: Sat, 2 Jan 2021 16:22:55 +0300 Subject: [PATCH] Updated CHANGELOG.md for #1432 PR Added changes description for #1432. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1914e7ba0eb..1ff9c42a0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Many OTLP Exporter options became gRPC ProtocolDriver options. (#1369) - Unify endpoint API that related to OTel exporter. (#1401) - Metric aggregator Count() and histogram Bucket.Counts are consistently `uint64`. (1430) +- `SamplingResult` now passed a `Tracestate` from the parent `SpanContext` (#1432) ### Removed