From 2dcc2fc6e6dfd678a83603f24502ecb15f0fbc6f Mon Sep 17 00:00:00 2001 From: wdullaer Date: Thu, 22 Sep 2022 17:42:40 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Anthony Mirabella --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2719ac11915..1ad285cbd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed -- `span.SetStatus` has been updated to comply with the OpenTelemetry specification. - Calls that lower the status are now noops. (#3214) +- `span.SetStatus` has been updated such that calls that lower the status are now no-ops. (#3214) ## [0.32.0] Revised Metric SDK (Alpha) - 2022-09-18