aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/CHANGELOG.md
diff options
context:
space:
mode:
authorScott Mabin <[email protected]>2023-12-04 12:53:04 +0000
committerScott Mabin <[email protected]>2023-12-04 13:10:41 +0000
commita6f4538219fdeebbb320bd860478010e333b5c45 (patch)
treee7b84ee6d3621aec037ce58f93cea9d31a92d4dd /embassy-sync/CHANGELOG.md
parentd7eb067b4c63bf8a8e9d986f032cd8013f7cdca2 (diff)
embassy-sync 0.5
Diffstat (limited to 'embassy-sync/CHANGELOG.md')
-rw-r--r--embassy-sync/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md
index 9340d7346..e7db97ef7 100644
--- a/embassy-sync/CHANGELOG.md
+++ b/embassy-sync/CHANGELOG.md
@@ -5,6 +5,13 @@ 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.5.0 - 2023-12-04
9
10- Add a PriorityChannel.
11- Remove nightly and unstable-traits features in preparation for 1.75.
12- Upgrade heapless to 0.8.
13- Upgrade static-cell to 2.0.
14
8## 0.4.0 - 2023-10-31 15## 0.4.0 - 2023-10-31
9 16
10- Re-add impl_trait_projections 17- Re-add impl_trait_projections