android13/external/rust/crates/async-stream/CHANGELOG.md

15 lines
265 B
Markdown

# 0.3.2
* Expand `yield` in internal macro calls (#57)
# 0.3.1
* Support reexporting (#46)
* Allow yielding `!Unpin` values (#50)
* Implement `Stream::size_hint` method on `AsyncStream` (#40)
* Documentation improvements
# 0.3.0
* Remove proc-macro-hack (#30)