Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pharring committed Feb 24, 2024
1 parent a3c6dea commit c97b7f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/OpenTelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

* Modified OpenTelemetrySdkEventSource with the following changes to support activity tracking:
* ActivityStarted and ActivityStopped events have been renamed to ActivityStart and ActivityStop respectively. This is to comply with the naming convention for activity tracking.
* ActivityStart and ActivityStop use the Start and Stop operation codes (EventOpCode) respectively.

* Fixed an issue where `LogRecord.Attributes` (or `LogRecord.StateValues` alias)
could become out of sync with `LogRecord.State` if either is set directly via
the public setters. This was done to further mitigate issues introduced in
Expand Down

0 comments on commit c97b7f0

Please sign in to comment.