Skip to content

Commit 0b4e955

Browse files
committed
Update CHANGELOG
1 parent ba607a3 commit 0b4e955

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opentelemetry-sdk/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
- After `shutdown`, `LogProcessor` will not process any new logs
2929
- Moving LogRecord implementation to the SDK. [1702](https://github.com/open-telemetry/opentelemetry-rust/pull/1702).
3030
- Relocated `LogRecord` struct to SDK, as an implementation for the trait in the API.
31+
- **Breaking** [#1729](https://github.com/open-telemetry/opentelemetry-rust/pull/1729)
32+
- Update the return type of `TracerProvider.span_processors()` from `&Vec<Box<dyn SpanProcessor>>` to `&[Box<dyn SpanProcessor>]`.
33+
- Update the return type of `LoggerProvider.log_processors()` from `&Vec<Box<dyn LogProcessor>>` to `&[Box<dyn LogProcessor>]`.
3134

3235
## v0.22.1
3336

0 commit comments

Comments
 (0)