From 631828aa2856cac5a26c85c65f9c7ebff982e3ac Mon Sep 17 00:00:00 2001 From: hangonlyra <46975104+hangonlyra@users.noreply.github.com> Date: Wed, 15 Feb 2023 08:58:32 -0800 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Aaron Abbott --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b873a20d84..b83f1e33f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix Flask instrumentation to only close the span if it was created by the same thread. `ValueError: generator already executing` +- Fix Flask instrumentation to only close the span if it was created by the same thread. ([#1654](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1654)) - Fix TortoiseORM instrumentation `AttributeError: type object 'Config' has no attribute 'title'` ([#1575](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1575))