Skip to content

Commit a12e122

Browse files
committed
update changelog to include the removed send bounds and MSRV bump
1 parent 270b48d commit a12e122

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tracing-appender/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,34 @@
11
# 0.2.3 (November 6, 2023)
22

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

56
### Added
67

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

1315
### Fixed
1416

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

19+
### Changed
20+
21+
- Increased minimum supported Rust version (MSRV) to 1.63.0+ ([#2793])
22+
1723
[#2323]: https://github.com/tokio-rs/tracing/pull/2323
1824
[#2365]: https://github.com/tokio-rs/tracing/pull/2365
1925
[#2227]: https://github.com/tokio-rs/tracing/pull/2227
2026
[#2225]: https://github.com/tokio-rs/tracing/pull/2225
27+
[#2607]: https://github.com/tokio-rs/tracing/pull/2607
2128
[#2219]: https://github.com/tokio-rs/tracing/pull/2219
2229
[#2689]: https://github.com/tokio-rs/tracing/pull/2689
2330
[#2375]: https://github.com/tokio-rs/tracing/pull/2375
31+
[#2793]: https://github.com/tokio-rs/tracing/pull/2793
2432

2533
# 0.2.2 (March 17, 2022)
2634

0 commit comments

Comments
 (0)