Skip to content

Commit 1d1c1c5

Browse files
committed
Update changelog
1 parent 4b15910 commit 1d1c1c5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 0.3.22 - 2022-08-14
2+
3+
* Fix `Sync` impl of `BiLockGuard` (#2570)
4+
* Fix partial iteration in `FuturesUnordered` (#2574)
5+
* Fix false detection of inner panics in `Shared` (#2576)
6+
* Add `Mutex::lock_owned` and `Mutex::try_lock_owned` (#2571)
7+
* Add `io::copy_buf_abortable` (#2507)
8+
* Remove `Unpin` bound from `TryStreamExt::into_async_read` (#2599)
9+
* Make `run_until_stalled` handle self-waking futures (#2593)
10+
* Use `FuturesOrdered` in `try_join_all` (#2556)
11+
* Fix orderings in `LocalPool` waker (#2608)
12+
* Fix `stream::Chunk` adapters size hints (#2611)
13+
* Add `push_front` and `push_back` to `FuturesOrdered` (#2591)
14+
* Deprecate `FuturesOrdered::push` in favor of `FuturesOrdered::push_back` (#2591)
15+
* Performance improvements (#2583, #2626)
16+
* Documentation improvements (#2579, #2604, #2613)
17+
118
# 0.3.21 - 2022-02-06
219

320
* Fix potential data race in `FlattenUnordered` that introduced in 0.3.20 (#2566)

0 commit comments

Comments
 (0)