Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 841 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 841 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Optional defmt support via two new features (one has to specify one, or the other, or neither, but not both):
    • log - uses the log crate for all logging
    • defmt - uses the defmt crate for all logging, and implements defmt::Format for all library types that otherwise implement Debug and/or Display
  • Respect payload length of control messages

[0.4.0] - 2025-01-02

  • Option to erase the generics from the IO errors

[0.3.0] - 2024-09-10

  • Migrated to the edge-nal traits
  • New method, FrameHeader::mask_with that takes a user-supplied mask