aboutsummaryrefslogtreecommitdiff
path: root/embassy-futures
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-futures')
-rw-r--r--embassy-futures/CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/embassy-futures/CHANGELOG.md b/embassy-futures/CHANGELOG.md
new file mode 100644
index 000000000..86ea40540
--- /dev/null
+++ b/embassy-futures/CHANGELOG.md
@@ -0,0 +1,13 @@
1# Changelog for embassy-futures
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## Unreleased
9
10- Preserve location information for `defmt` in `fmt` calls ([#3085](https://github.com/embassy-rs/embassy/pull/3085))
11- Fixed soundness issue in `select_slice` ([#3328](https://github.com/embassy-rs/embassy/pull/3328))
12- Added `select5` and `select6` ([#3430](https://github.com/embassy-rs/embassy/pull/3430))
13- Added `is_x` methods for all `EitherN` enum variants (#[3650](https://github.com/embassy-rs/embassy/pull/3650))