[otlp] Update changelog to indicate breaking change between pre-release and stable version (#4826)

This commit is contained in:
Vishwesh Bankwar 2023-09-05 14:05:28 -07:00 committed by GitHub
parent 34544bdb5e
commit 74ca717131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Released 2023-Aug-21
* Excluded attributes corresponding to `LogRecord.EventId`,
* **Breaking change**: Excluded attributes corresponding to `LogRecord.EventId`,
`LogRecord.CategoryName` and `LogRecord.Exception` from the exported data. This
is done as the semantic conventions for these attributes are not yet stable.
([#4781](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4781))