Sourced from log's changelog.
[0.4.18] - 2023-05-28
- fix markdown links (again) by
@hellow554
in rust-lang/log#513- add cargo doc to workflow by
@hellow554
in rust-lang/log#515- Apply Clippy lints by
@hellow554
in rust-lang/log#516- Replace ad-hoc eq_ignore_ascii_case with slice::eq_ignore_ascii_case by
@glandium
in rust-lang/log#519- fix up windows targets by
@KodrAus
in rust-lang/log#528- typo fix by
@jiangying000
in rust-lang/log#529- Remove dependency on cfg_if by
@EriKWDev
in rust-lang/log#536- GitHub Workflows security hardening by
@sashashura
in rust-lang/log#538- Fix build status badge by
@atouchet
in rust-lang/log#539- Add call_logger to the documentation by
@a1ecbr0wn
in rust-lang/log#547- Remove build.rs file by
@GuillaumeGomez
in rust-lang/log#543- Use stable internals for key-value API by
@KodrAus
in rust-lang/log#550- Change wording of list of implementations by
@Thomasdezeeuw
in rust-lang/log#553- Add std-logger to list of implementations by
@Thomasdezeeuw
in rust-lang/log#554- Add
set_max_level_racy
and gateset_max_level
by@djkoloski
in rust-lang/log#544- [doc] src/lib.rs : prefix an unused variable with an underscore by
@OccupyMars2025
in rust-lang/log#561- [doc] src/macros.rs : correct grammar errors of an example in lib documentation by
@OccupyMars2025
in rust-lang/log#562
304eef7
Merge pull request #566
from rust-lang/cargo/0.4.18-patchd062c83
prepare for 0.4.18 releasefcbb351
Merge pull request #565
from rust-lang/fix/nightly-build-msrv4e689bb
Revert "Remove build.rs file"3ea1c66
Merge pull request #562
from OccupyMars2025/patch-17c4f808
[doc] src/macros.rs : correct grammar errors of an example in lib
documenta...f4c21c1
Merge pull request #561
from OccupyMars2025/master1acf2f3
src/lib.rs : prefix an unused variable with an underscore502bdb7
Merge pull request #557
from est31/msrv_in_toml79c330c
Put MSRV into Cargo.toml