Skip to content

Commit 1828093

Browse files
authored
Merge branch 'main' into log-unencodeable-key
2 parents b3f37b3 + c2b9a67 commit 1828093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
([#3964](https://github.com/open-telemetry/opentelemetry-python/pull/3964))
2929
- Use semconv exception attributes for record exceptions in spans
3030
([#3979](https://github.com/open-telemetry/opentelemetry-python/pull/3979))
31+
- Fix _encode_events assumes events.attributes.dropped exists
32+
([#3965](https://github.com/open-telemetry/opentelemetry-python/pull/3965))
3133
- Validate links at span creation
3234
([#3991](https://github.com/open-telemetry/opentelemetry-python/pull/3991))
3335

3436
## Version 1.25.0/0.46b0 (2024-05-30)
3537

36-
- Fix _encode_events assumes events.attributes.dropped exists
37-
([#3965](https://github.com/open-telemetry/opentelemetry-python/pull/3965))
3838
- Fix class BoundedAttributes to have RLock rather than Lock
3939
([#3859](https://github.com/open-telemetry/opentelemetry-python/pull/3859))
4040
- Remove thread lock by loading RuntimeContext explicitly.
@@ -83,7 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8383
- units with slash are converted e.g. `m/s` -> `meters_per_second`.
8484
- The exporter's API is not changed
8585
- Add parameters for Distros and configurators to configure autoinstrumentation in addition to existing environment variables.
86-
([#3864] (https://github.com/open-telemetry/opentelemetry-python/pull/3864))
86+
([#3864](https://github.com/open-telemetry/opentelemetry-python/pull/3864))
8787

8888
## Version 1.24.0/0.45b0 (2024-03-28)
8989

0 commit comments

Comments
 (0)