embassy/embassy-futures/CHANGELOG.md
2025-08-26 16:05:09 +02:00

770 B

Changelog for embassy-futures

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 - ReleaseDate

0.1.2 - 2025-08-26

  • Preserve location information for defmt in fmt calls (#3085)
  • Fixed soundness issue in select_slice (#3328)
  • Added select5 and select6 (#3430)
  • Added is_x methods for all EitherN enum variants (#3650)