esp-hal/esp-backtrace/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

729 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.14.0 - 2024-08-29

Added

  • Add custom-pre-backtrace feature (#1822)

Changed

  • Improve panic message printing (#1823)

0.13.0 - 2024-07-16

No changes - published to avoid conflicts with esp-println

0.12.2 - 2024-07-15

Changed

  • Remove build script check for nightly-2024-06-12 (#1788)

0.12.1 - 2024-06-19

Fixed

  • Fix compilation for nightly after 2024-06-12. (#1681)
  • Only prints float registers on targets which have them. (#1690)