esp-hal/esp-backtrace/CHANGELOG.md
Björn Quentin 917756a7bf
Prettier panic message printing (#1823)
* Prettier panic message printing

* CHANGELOG.md
2024-07-18 09:32:53 +00:00

743 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.

Unreleased

Added

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

Changed

  • Improve panic message printing (#1823)

Fixed

Removed

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)