Skip to content

Commit

Permalink
update changelog to include the removed send bounds and MSRV bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Nov 12, 2023
1 parent c89f2a5 commit d45c853
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tracing-appender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
# 0.2.3 (November 6, 2023)

This release contains several new features.
This release contains several new features. It also increases the
minimum supported Rust version (MSRV) to Rust 1.63.0.

### Added

- **rolling**: add option to automatically delete old log files ([#2323])
- **non_blocking**: allow worker thread name to be configured ([#2365])
- **rolling**: add a builder for constructing `RollingFileAppender`s ([#2227])
- **rolling**: add `Builder::filename_suffix` parameter ([#2225])
- **non_blocking**: remove Sync bound from writer for NonBlocking ([#2607])
- **non_blocking**: name spawned threads ([#2219])

### Fixed

- Fixed several documentation typos and issues ([#2689], [#2375])

### Changed

- Increased minimum supported Rust version (MSRV) to 1.63.0+ ([#2793])

[#2323]: https://github.com/tokio-rs/tracing/pull/2323
[#2365]: https://github.com/tokio-rs/tracing/pull/2365
[#2227]: https://github.com/tokio-rs/tracing/pull/2227
[#2225]: https://github.com/tokio-rs/tracing/pull/2225
[#2607]: https://github.com/tokio-rs/tracing/pull/2607
[#2219]: https://github.com/tokio-rs/tracing/pull/2219
[#2689]: https://github.com/tokio-rs/tracing/pull/2689
[#2375]: https://github.com/tokio-rs/tracing/pull/2375
[#2793]: https://github.com/tokio-rs/tracing/pull/2793

# 0.2.2 (March 17, 2022)

Expand Down

0 comments on commit d45c853

Please sign in to comment.