Skip to content

Commit 110404b

Browse files
committed
update changelog
1 parent 00d0399 commit 110404b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- The LogRecord struct has been updated:
1616
- All fields are now pub(crate) instead of pub.
1717
- Getter methods have been introduced to access field values.
18-
This change impacts custom exporter developers by requiring updates to code that directly accessed LogRecord fields. Exporters must now use the provided getter methods (e.g., `log_record.event_name()` instead of `log_record.event_name`).
18+
This change impacts custom exporter and processor developers by requiring updates to code that directly accessed LogRecord fields. They must now use the provided getter methods (e.g., `log_record.event_name()` instead of `log_record.event_name`).
1919

2020
## 0.27.1
2121

0 commit comments

Comments
 (0)