|
1 | 1 | # Change Log
|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 |
| -* Migrate to 2021 edition and minor cleanups by @nyurik in https://github.com/rust-lang/log/pull/580 |
5 |
| -* Use inline format args by @nyurik in https://github.com/rust-lang/log/pull/577 |
| 4 | + |
| 5 | +## [0.4.21] - 2024-02-27 |
| 6 | + |
| 7 | +## What's Changed |
| 8 | +* Minor clippy nits by @nyurik in https://github.com/rust-lang/log/pull/578 |
| 9 | +* Simplify Display impl by @nyurik in https://github.com/rust-lang/log/pull/579 |
| 10 | +* Set all crates to 2021 edition by @nyurik in https://github.com/rust-lang/log/pull/580 |
| 11 | +* Various changes based on review by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/583 |
| 12 | +* Fix typo in file_static() method doc by @dimo414 in https://github.com/rust-lang/log/pull/590 |
| 13 | +* Specialize empty key value pairs by @EFanZh in https://github.com/rust-lang/log/pull/576 |
| 14 | +* Fix incorrect lifetime in Value::to_str() by @peterjoel in https://github.com/rust-lang/log/pull/587 |
| 15 | +* Remove some API of the key-value feature by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/585 |
| 16 | +* Add logcontrol-log and log-reload by @swsnr in https://github.com/rust-lang/log/pull/595 |
| 17 | +* Add Serialization section to kv::Value docs by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/593 |
| 18 | +* Rename Value::to_str to to_cow_str by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/592 |
| 19 | +* Clarify documentation and simplify initialization of `STATIC_MAX_LEVEL` by @ptosi in https://github.com/rust-lang/log/pull/594 |
| 20 | +* Update docs to 2021 edition, test by @nyurik in https://github.com/rust-lang/log/pull/577 |
| 21 | +* Add "alterable_logger" link to README.md by @brummer-simon in https://github.com/rust-lang/log/pull/589 |
| 22 | +* Normalize line ending by @EFanZh in https://github.com/rust-lang/log/pull/602 |
| 23 | +* Remove `ok_or` in favor of `Option::ok_or` by @AngelicosPhosphoros in https://github.com/rust-lang/log/pull/607 |
| 24 | +* Use `Acquire` ordering for initialization check by @AngelicosPhosphoros in https://github.com/rust-lang/log/pull/610 |
| 25 | +* Get structured logging API ready for stabilization by @KodrAus in https://github.com/rust-lang/log/pull/613 |
| 26 | + |
| 27 | +## New Contributors |
| 28 | +* @nyurik made their first contribution in https://github.com/rust-lang/log/pull/578 |
| 29 | +* @dimo414 made their first contribution in https://github.com/rust-lang/log/pull/590 |
| 30 | +* @peterjoel made their first contribution in https://github.com/rust-lang/log/pull/587 |
| 31 | +* @ptosi made their first contribution in https://github.com/rust-lang/log/pull/594 |
| 32 | +* @brummer-simon made their first contribution in https://github.com/rust-lang/log/pull/589 |
| 33 | +* @AngelicosPhosphoros made their first contribution in https://github.com/rust-lang/log/pull/607 |
6 | 34 |
|
7 | 35 | ## [0.4.20] - 2023-07-11
|
8 | 36 |
|
@@ -250,7 +278,8 @@ version using log 0.4.x to avoid losing module and file information.
|
250 | 278 |
|
251 | 279 | Look at the [release tags] for information about older releases.
|
252 | 280 |
|
253 |
| -[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.18...HEAD |
| 281 | +[Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.21...HEAD |
| 282 | +[0.4.21]: https://github.com/rust-lang/log/compare/0.4.20...0.4.21 |
254 | 283 | [0.4.20]: https://github.com/rust-lang-nursery/log/compare/0.4.19...0.4.20
|
255 | 284 | [0.4.19]: https://github.com/rust-lang-nursery/log/compare/0.4.18...0.4.19
|
256 | 285 | [0.4.18]: https://github.com/rust-lang-nursery/log/compare/0.4.17...0.4.18
|
|
0 commit comments