aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-11-06 15:21:53 +0100
committerDániel Buga <[email protected]>2023-11-06 17:35:02 +0100
commit8d8d50cc7a97fa65976e9dc1a82a58de29e7eb64 (patch)
treede37efc3b4fd19122a26584f8a2bb735ef703387 /embassy-executor/CHANGELOG.md
parent5948d934d3b6700595d2c1e094b5c9c9e5928257 (diff)
Yeet core::sync::atomic, remove futures-util dep
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index cade48f02..ad3e2e957 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8## 0.3.2
9
10- Use `atomic-polyfill` for `riscv32`
11
8## 0.3.1 - 2023-11-01 12## 0.3.1 - 2023-11-01
9 13
10- Fix spurious "Found waker not created by the Embassy executor" error in recent nightlies. 14- Fix spurious "Found waker not created by the Embassy executor" error in recent nightlies.