diff --git a/tracing-appender/CHANGELOG.md b/tracing-appender/CHANGELOG.md index d738eb2ed3..0bb7174f8a 100644 --- a/tracing-appender/CHANGELOG.md +++ b/tracing-appender/CHANGELOG.md @@ -2,18 +2,25 @@ This release has a large number of changes to `tracing-appender`: - ### Added -- **non_blocking**: -Name spawned worker thread (#2219) -- **non_blocking**: Allow worker thread name to be configured (#2365) -- **rolling**: `RollingFileAppender::builder` for configuring `RollingFileAppender`s (#2227) -- **rolling**: `Builder::filename_suffix` method to configure the suffix for log files (#2225) -- **rolling**: `Builder::max_log_files` method to enable automatically deleting old log files (#2323) +- **non_blocking**: -Name spawned worker thread [#2219] +- **non_blocking**: Allow worker thread name to be configured [#2365] +- **rolling**: `RollingFileAppender::builder` for configuring `RollingFileAppender`s [#2227] +- **rolling**: `Builder::filename_suffix` method to configure the suffix for log files [#2225] +- **rolling**: `Builder::max_log_files` method to enable automatically deleting old log files [#2323] ### Documented -- **rolling**: Clarify file appender docs (#2689) -- **rolling**: Fix typo in RollingFileAppender docs (#2375) +- **rolling**: Clarify file appender docs [#2689] +- **rolling**: Fix typo in RollingFileAppender docs [#2375] + +[#2219]: https://github.com/tokio-rs/tracing/pull/2674 +[#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 +[#2323]: https://github.com/tokio-rs/tracing/pull/2323 +[#2689]: https://github.com/tokio-rs/tracing/pull/2689 +[#2375]: https://github.com/tokio-rs/tracing/pull/2375 # 0.2.2 (March 17, 2022) diff --git a/tracing/CHANGELOG.md b/tracing/CHANGELOG.md index 2172410b2c..fc60cb3e4e 100644 --- a/tracing/CHANGELOG.md +++ b/tracing/CHANGELOG.md @@ -2,28 +2,33 @@ ### Added -- allow constant field names in macros (#2617) -- allow setting event names in macros (#2699) -- allow `ValueSet`s of any length (#2508) - -### Changed - -- use fully qualified names in macros for items exported from std prelude (#2621) +- Allow constant field names in macros [#2617] +- Allow setting event names in macros [#2699] +- Allow `ValueSet`s of any length [#2508] ### Fixed -- remove potentially problematic test (#2728) -- fix `wasm_bindgen_test` macros (#2675) -- silence `clippy::redundant_clone` warning (#2619) -- fix link to RAI pattern crate documentation (#2612) -- fix docs typos and warnings(#2581) +- Use fully qualified names in macros for items exported from std prelude [#2621] ### Documented -- Add `axum-insights` to relevant crates. (#2713) -- Add `clippy-tracing` to related crates (#2628) -- Add `tracing-cloudwatch` to related crates (#2667) -- Fix deadlink to `tracing-etw` repo (#2602) +- Add `axum-insights` to relevant crates. [#2713] +- Fix link to RAI pattern crate documentation [#2612] +- Fix docs typos and warnings [#2581] +- Add `clippy-tracing` to related crates [#2628] +- Add `tracing-cloudwatch` to related crates [#2667] +- Fix deadlink to `tracing-etw` repo [#2602] + +[#2617]: https://github.com/tokio-rs/tracing/pull/2617 +[#2699]: https://github.com/tokio-rs/tracing/pull/2699 +[#2508]: https://github.com/tokio-rs/tracing/pull/2508 +[#2621]: https://github.com/tokio-rs/tracing/pull/2621 +[#2713]: https://github.com/tokio-rs/tracing/pull/2713 +[#2581]: https://github.com/tokio-rs/tracing/pull/2581 +[#2628]: https://github.com/tokio-rs/tracing/pull/2628 +[#2667]: https://github.com/tokio-rs/tracing/pull/2667 +[#2602]: https://github.com/tokio-rs/tracing/pull/2602 + # 0.1.38 (April 25th, 2023)