esp-hal/esp-config/CHANGELOG.md
Dániel Buga 337b3cc6b7
Use _CONFIG_ to separate config prefix and key (#2848)
* Use two underscores to separate prefix

* Change separator to _CONFIG_

---------

Co-authored-by: Scott Mabin <scott@mabez.dev>
2025-01-03 14:36:30 +00:00

679 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

Fixed

  • Users no longer have to manually import esp_config_int_parse. (#2630)

Changed

  • Crate prefixes and configuration keys are now separated by _CONFIG_ (#2848)

Removed

0.2.0 - 2024-11-20

Added

  • Add configuration validation (#2475)

0.1.0 - 2024-10-10

  • Initial release