aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Ursprung <[email protected]>2025-06-08 10:00:46 +0200
committerRalph Ursprung <[email protected]>2025-07-08 23:04:27 +0200
commitca21140f5ee326e1a0723fb56a39e73a98e3188a (patch)
tree367a2c28c1dd7397c0ed876b4330becb09e913e3
parent0448d1fc50e80832ecd6382ad3add9575d505d37 (diff)
add changelog for `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))