Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

58 lines (45 loc) · 2.16 KB

v0.4.0 (2020-03-30)

  • Require embedded-hal 0.2.3 (#112)
  • Add more radio configuration options (#115)
  • Update dependencies (#116)
  • Fix panic, improve error reporting in ranging (#119)

v0.3.0 (2019-09-25)

  • Upgrade to new OutputPin (#90)
  • Various minor documentation updates (#91, #107)
  • Handle frame filtering rejection (#92)
  • Refactor API to avoid borrowing (#93, #101)
  • Various minor fixes (#95)
  • Complete definition of SYS_STATE register (#97)
  • Make frame filtering configurable (#98)
  • Only require reference when replying to ranging message (#99)

v0.2.0 (2019-04-20)

  • Minor documentation fixes (#79, #81, #82)
  • Used serde with derive feature instead of serde_derive (#84)
  • Update dependency on ieee802154 to version 0.3 (#85)
  • Remove macros module (#86)

v0.1.0 (2019-02-20)

Initial release