Skip to content

0.4.19

Compare
Choose a tag to compare
@KodrAus KodrAus released this 11 Jun 01:41
· 110 commits to master since this release
84ddc30

⚠️ 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