1# 0.3.5
2
3* Update to syn 2.0 (#93)
4* Bump MSRV to 1.56 (#97)
5
6# 0.3.4
7
8* Improve support for `#[track_caller]` (#72)
9* Reduce unsafe code (#77)
10
11# 0.3.3
12
13* Fix a bug where `yield` and `?` cannot be used on the same line (#66)
14
15# 0.3.2
16
17* Expand `yield` in internal macro calls (#57)
18
19# 0.3.1
20
21* Support reexporting (#46)
22* Allow yielding `!Unpin` values (#50)
23* Implement `Stream::size_hint` method on `AsyncStream` (#40)
24* Documentation improvements
25
26# 0.3.0
27
28* Remove proc-macro-hack (#30)
29