Skip to content

Releases: rust-lang/log

0.4.28

03 Sep 19:30
6e17355
Compare
Choose a tag to compare

What's Changed

  • ci: drop really old trick and ensure MSRV for all feature combo by @tisonkun in #676
  • chore: fix some typos in comment by @xixishidibei in #677
  • Unhide #[derive(Debug)] in example by @ZylosLumen in #688
  • Chore: delete compare_exchange method for AtomicUsize on platforms without atomics by @HaoliangXu in #690
  • Add increment_severity() and decrement_severity() methods for Level and LevelFilter by @nebkor in #692
  • Prepare for 0.4.28 release by @KodrAus in #695

New Contributors

Full Changelog: 0.4.27...0.4.28

0.4.27

24 Mar 09:20
35161d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.26...0.4.27

0.4.26

20 Feb 23:32
5a91554
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.25...0.4.26

0.4.25

14 Jan 10:24
22be810
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.24...0.4.25

0.4.24 (yanked)

10 Jan 22:03
2282191
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.23...0.4.24

0.4.23 (yanked)

10 Jan 09:30
e6b643d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.22...0.4.23

0.4.22

27 Jun 23:13
d5ba2cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.21...0.4.22

0.4.21

28 Feb 20:44
3ccdc28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.20...0.4.21

0.4.20

12 Aug 10:23
4708f14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.19...0.4.20

0.4.19

11 Jun 01:41
84ddc30
Compare
Choose a tag to compare

⚠️ Possible breakage in no-std

Targets without atomic support, like thumbv4t-none-eabi, may now fail to compile if you were using set_logger or set_max_level. Use the unsafe set_logger_racy or set_max_level_racy functions instead.

log previously used a custom build script with a few specific targets listed to determine atomic support. Any that wasn't listed was assume to support them. It now uses Rust's target_has_atomic cfg instead, which is more complete.

What's Changed

New Contributors

Full Changelog: 0.4.18...0.4.19