1b20ba27b1
Update changelog in preparation for release
932 B
932 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2023-09-14
- switch to embedded-io 0.5
- add api for polling channels with context
- standardise fn names on channels
- add zero-copy channel
0.2.0 - 2023-04-13
- pubsub: Fix messages not getting popped when the last subscriber that needed them gets dropped.
- pubsub: Move instead of clone messages when the last subscriber pops them.
- pubsub: Pop messages which count is 0 after unsubscribe.
- Update
embedded-io
from0.3
to0.4
(usesasync fn
in traits). - impl
Default
forWakerRegistration
- impl
Default
forSignal
- Remove unnecessary uses of
atomic-polyfill
- Add
#[must_use]
to all futures.
0.1.0 - 2022-08-26
- First release