log v0.4.9 Release Notes

Release Date: 2019-12-12 // over 4 years ago
  • ๐Ÿ‘ Minimum Supported Rust Version

    ๐Ÿš€ This release bumps the minimum compiler version to 1.31.0. This was mainly needed for cfg-if, but between 1.16.0 and 1.31.0 there are a lot of language and library improvements we now take advantage of.

    ๐Ÿ†• New

    • ๐ŸŒฒ Unstable support for capturing key-value pairs in a record using the log! macros

    ๐Ÿ‘Œ Improved

    • ๐Ÿ‘ Better documentation for max level filters.
    • โšก๏ธ Internal updates to line up with bumped MSRV