esp-hal/esp-metadata/CHANGELOG.md
Björn Quentin cfb83b153d
Fixed triggering a debug-assertion during scan (#2612)
* Fixed triggering a debug-assertion during scan

* CHANGELOGs

* Change `debug_assert` into warning level log

* Enable debug-asserts in hil-test, qa-test and examples

* Change the way we detect and warn about debug-builds

* Warn if opt-level is `0` or `1`
2024-11-27 14:14:04 +00:00

593 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

  • Introduced the wifi6 symbol (#2612)

Fixed

Changed

Removed

[0.4.0] - 2024-10-10

[0.3.0] - 2024-08-29

[0.2.0] - 2024-07-15

[0.1.1] - 2024-06-04

[0.1.0] - 2024-04-17

  • Initial release