Sourced from log's changelog.
[0.4.21] - 2024-02-27
What's Changed
- Minor clippy nits by
@nyurikin rust-lang/log#578- Simplify Display impl by
@nyurikin rust-lang/log#579- Set all crates to 2021 edition by
@nyurikin rust-lang/log#580- Various changes based on review by
@Thomasdezeeuwin rust-lang/log#583- Fix typo in file_static() method doc by
@dimo414in rust-lang/log#590- Specialize empty key value pairs by
@EFanZhin rust-lang/log#576- Fix incorrect lifetime in Value::to_str() by
@peterjoelin rust-lang/log#587- Remove some API of the key-value feature by
@Thomasdezeeuwin rust-lang/log#585- Add logcontrol-log and log-reload by
@swsnrin rust-lang/log#595- Add Serialization section to kv::Value docs by
@Thomasdezeeuwin rust-lang/log#593- Rename Value::to_str to to_cow_str by
@Thomasdezeeuwin rust-lang/log#592- Clarify documentation and simplify initialization of
STATIC_MAX_LEVELby@ptosiin rust-lang/log#594- Update docs to 2021 edition, test by
@nyurikin rust-lang/log#577- Add "alterable_logger" link to README.md by
@brummer-simonin rust-lang/log#589- Normalize line ending by
@EFanZhin rust-lang/log#602- Remove
ok_orin favor ofOption::ok_orby@AngelicosPhosphorosin rust-lang/log#607- Use
Acquireordering for initialization check by@AngelicosPhosphorosin rust-lang/log#610- Get structured logging API ready for stabilization by
@KodrAusin rust-lang/log#613New Contributors
@nyurikmade their first contribution in rust-lang/log#578@dimo414made their first contribution in rust-lang/log#590@peterjoelmade their first contribution in rust-lang/log#587@ptosimade their first contribution in rust-lang/log#594@brummer-simonmade their first contribution in rust-lang/log#589@AngelicosPhosphorosmade their first contribution in rust-lang/log#607
3ccdc28
Merge pull request #617
from rust-lang/cargo/0.4.216153cb2
prepare for 0.4.21 releasef0f7494
Merge pull request #613
from rust-lang/feat/kv-cleanup2b220bf
clean up structured logging example646e9ab
use original Visitor name for VisitValuecf85c38
add needed subfeatures to kv_unstable73e9539
fix up capturing of :err31bb4b0
move error macros togetherad91711
support field shorthand in macros90a347b
restore removed APIs as deprecated