aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-11-12 17:48:36 +0100
committerDario Nieuwenhuis <[email protected]>2024-11-12 18:07:50 +0100
commit796f6c034a148e1fedb3196a2c73a155f5d0545f (patch)
tree4bc0bd4af6167d135f305924c5e73bfd09709299 /embassy-executor/CHANGELOG.md
parent11a8d7795ec6fbbc4fedb7d60bc0e0f63453bbbb (diff)
Release embassy-executor 0.6.3.
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index b342ccc32..e07e3924f 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## Unreleased 8## Unreleased
9 9
10## 0.6.3 - 2024-11-12
11
12- Building with the `nightly` feature now works with the Xtensa Rust compiler 1.82.
13- Compare vtable address instead of contents. Saves 44 bytes of flash on cortex-m.
14
10## 0.6.2 - 2024-11-06 15## 0.6.2 - 2024-11-06
11 16
12- The `nightly` feature no longer requires `nightly-2024-09-06` or newer. 17- The `nightly` feature no longer requires `nightly-2024-09-06` or newer.