Skip to content

Commit e9140f9

Browse files
committed
Update CHANGELOG
1 parent 853f84e commit e9140f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
### Added
13+
- [PR#17](https://github.com/EmbarkStudios/tracing-logfmt/pull/17) added support for [span events](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/struct.Layer.html#method.with_span_events).
14+
- [PR#18](https://github.com/EmbarkStudios/tracing-logfmt/pull/18) added support for emitting thread names (if the thread was assigned one) and/or thread ids. Note that this current implementation emits the OS assigned thread id, not the [`std::thread::ThreadId`](https://doc.rust-lang.org/std/thread/struct.ThreadId.html), unlike eg. `tokio-tracing`.
15+
16+
### Changed
17+
- [PR#19](https://github.com/EmbarkStudios/tracing-logfmt/pull/19) added the lockfile to the repository, updated the lints to 1.93.0, and updated the deny configuration.
18+
1219
## [0.3.5] - 2024-08-05
1320
### Added
1421
- Add support for disabling ansi color when the feature is enabled ([#16](https://github.com/EmbarkStudios/tracing-logfmt/pull/16))

0 commit comments

Comments
 (0)