Skip to content

Commit 7214d29

Browse files
fix: move changelog entry to Unreleased section
1 parent c280aeb commit 7214d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
> Use [this search for a list of all CHANGELOG.md files in this repo](https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-python-contrib+path%3A**%2FCHANGELOG.md&type=code).
1111
1212
## Unreleased
13+
### Fixed
1314

15+
- `opentelemetry-instrumentation`: fix `_set_status` overriding existing span status and description ([#4410](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4410))
1416
## Version 1.41.0/0.62b0 (2026-04-09)
1517

1618
### Added
@@ -28,9 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2830
- `opentelemetry-instrumentation-sqlalchemy`: implement new semantic convention opt-in migration
2931
([#4110](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4110))
3032

31-
### Fixed
3233

33-
- `opentelemetry-instrumentation`: fix `_set_status` overriding existing span status and description ([#4410](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4410))
3434
- `opentelemetry-docker-tests`: Replace deprecated `SpanAttributes` from `opentelemetry.semconv.trace` with `opentelemetry.semconv._incubating.attributes`
3535
([#4339](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4339))
3636
- `opentelemetry-instrumentation-confluent-kafka`: Skip `recv` span creation when `poll()` returns no message or `consume()` returns an empty list, avoiding empty spans on idle polls

0 commit comments

Comments
 (0)