esp-hal/esp-ieee802154/CHANGELOG.md
Jesse Braham 5917275108
Version 0.20.0 (#2038)
* Update package dependencies and bump version numbers

* Update `CHANGELOG.md` for each package to be published

* Remember to update `xtensa-lx-rt` too :)

* Add and use TrapFrame::new() in esp-wifi

* Bump `xtensa-lx-rt` by minor instead of patch, as there are breaking changes

---------

Co-authored-by: Dániel Buga <bugadani@gmail.com>
2024-08-29 19:29:33 +00:00

515 B

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.

0.2.0 - 2024-08-29

Added

  • Added additional checks to prevent various array access panics while processing frames (#1923)
  • Added range check to avoid panic when indexing into RX_BUFFER slice (#1682)

0.1.0 - 2024-07-15

Added

  • Initial release