Skip to content

Commit 8670b09

Browse files
committed
better reflect truth in changelog
1 parent 0be736f commit 8670b09

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,11 @@
5555
when its `shutdown` is invoked.
5656

5757
- Reduced some info level logs to debug
58-
- **Breaking** for custom LogProcessor/Exporter authors:
59-
Added an additional `name: Option<&str>` parameter to the `event_enabled`
60-
method on the `LogProcessor` and `LogExporter` traits. This allows
61-
implementations to leverage this additional information to determine if an
62-
event is enabled. `SdkLogger` no longer passes its `scope` name but instead
63-
passes the incoming `name` when invoking `event_enabled` on processors.
58+
- **Breaking** for custom LogProcessor/Exporter authors: Changed `name`
59+
parameter from `&str` to `Option<&str>` in `event_enabled` method on the
60+
`LogProcessor` and `LogExporter` traits. `SdkLogger` no longer passes its
61+
`scope` name but instead passes the incoming `name` when invoking
62+
`event_enabled` on processors.
6463

6564
## 0.28.0
6665

0 commit comments

Comments
 (0)