slog v2.4.0 Release Notes

Release Date: 2018-09-19 // over 5 years ago
    • Implement Value for 128 bit integers
    • ➕ Add support 2018-style macro imports
      • WARNING: This is a breaking change that we couldn't avoid. Users using explicitly macro import (like #[macro_use(slog_o)]) must add __slog_builtin to the import list.
    • ⬆️ Bump miminum supported Rust version to 1.26