From a4a836d29ce6bf52d91f7b2fd06de6e3823536ff Mon Sep 17 00:00:00 2001 From: Mauro de Carvalho Date: Tue, 23 Jul 2024 18:55:44 -0300 Subject: [PATCH] typo: update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3115ef0be9..a7baa168d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +- Standardizing timeout calculation in measurement consumer collect to nanoseconds + ([#4074](https://github.com/open-telemetry/opentelemetry-python/pull/4074)) - optional scope attributes for logger creation ([#4035](https://github.com/open-telemetry/opentelemetry-python/pull/4035)) - optional scope attribute for tracer creation @@ -1621,5 +1623,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#3778](https://github.com/open-telemetry/opentelemetry-python/pull/3778)) - Fix license field in pyproject.toml files ([#3803](https://github.com/open-telemetry/opentelemetry-python/pull/3803)) -- Standardizing timeout calculation in measurement consumer collect to nanoseconds - ([#4074](https://github.com/open-telemetry/opentelemetry-python/pull/4074)) \ No newline at end of file +