esp-hal/esp-println/CHANGELOG.md
Björn Quentin ca5e8560bf
Replace ESP_LOGLEVEL and ESP_LOGFILTERby ESP_LOG (#2291)
* Replace `ESP_LOGLEVEL` and `ESP_LOGFILTER`by `ESP_LOG`

* CHANGELOG.md

* Clippy

* Fail build if using the now unsupported env variables
2024-10-08 08:53:42 +00:00

1.0 KiB

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

Changed

  • Replace environment variables ESP_LOGLEVEL and ESP_LOGFILTER with just one environment variable: ESP_LOG (#2291)

Fixed

Removed

0.11.0 - 2024-08-29

Added

  • Made esp_println::Printer::write_bytes public (#1812)

0.10.0 - 2024-07-15

Added

  • Add auto feature to auto-detect Serial-JTAG/UART communication (#1658)

Changed

  • auto is the default communication method (#1658)
  • Add the links field to Cargo.toml so that only one version of the package can be included (#1761)

0.9.1 - 2024-03-11

Changed

  • Un-pinned the defmt package's version number

0.9.0 - 2024-02-07

Added

  • Add support for ESP32-P4

Removed

  • Remove ESP 8266 support

0.8.0 - 2023-12-21

Removed

  • Remove RTT and defmt-raw support