Skip to content

Commit 20938d6

Browse files
author
Markus Westerlind
committed
Update changelog
1 parent 6a920e7 commit 20938d6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="0.20.2"></a>
2+
### 0.20.2 (2021-07-16)
3+
4+
5+
#### Performance
6+
7+
* Don't enqueue multiplexed commands if the receiver is dropped ([ca5019db](https://github.com/mitsuhiko/redis-rs/commit/ca5019dbe76cc56c93eaecb5721de8fcf74d1641))
8+
9+
#### Features
10+
11+
* Provide a new_async_std function ([c3716d15](https://github.com/mitsuhiko/redis-rs/commit/c3716d154f067b71acdd5bd927e118305cd0830b))
12+
13+
#### Bug Fixes
14+
15+
* Return Ready(Ok(())) when we have flushed all messages ([ca319c06](https://github.com/mitsuhiko/redis-rs/commit/ca319c06ad80fc37f1f701aecebbd5dabb0dceb0))
16+
* Don't loop forever on shutdown of the multiplexed connection ([ddecce9e](https://github.com/mitsuhiko/redis-rs/commit/ddecce9e10b8ab626f41409aae289d62b4fb74be))
17+
18+
19+
120
<a name="0.20.1"></a>
221
### 0.20.1 (2021-05-18)
322

0 commit comments

Comments
 (0)