From 77ec6959c609fe430df665507f628438556240d0 Mon Sep 17 00:00:00 2001 From: emdneto <9735060+emdneto@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:06:42 -0300 Subject: [PATCH] move changelog to the correct section Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c8c096db..d17c18687c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#3100](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3100)) - Add support to database stability opt-in in `_semconv` utilities and add tests ([#3111](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3111)) +- `opentelemetry-instrumentation-falcon` add support version to v4 + ([#3086](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3086)) + ### Fixed @@ -67,8 +70,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#3053](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3053)) - `opentelemetry-instrumentation-sqlite3`: Update documentation on explicit cursor support of tracing ([#3088](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3088)) -- `opentelemetry-instrumentation-falcon`: expand supported version to v4 - ([#3086](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3086)) ### Breaking changes