From 9ef03604c64485044dad533942cd68c9f4d98885 Mon Sep 17 00:00:00 2001 From: Pridhi Arora Date: Wed, 22 Feb 2023 10:41:19 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32429d8c43..8b90cc34ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- `opentelemetry-instrumentation-threading` Add instrumentation for python threading module + ([#1582](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1582))**** + ## Version 1.16.0/0.37b0 (2023-02-17) ### Added @@ -29,8 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#1592](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1592)) - `opentelemetry-instrumentation-django` Allow explicit `excluded_urls` configuration through `instrument()` ([#1618](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1618)) -- `opentelemetry-instrumentation-threading` Add instrumentation for python threading module - ([#1582](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1582)) ### Fixed