summaryrefslogtreecommitdiffstats
path: root/tokio-codec/CHANGELOG.md
blob: c7ca58f5ff807277ade6bcbbcb02f089fa35dac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 0.2.0-alpha.3 (August 28, 2019)

### Fix
- Infinite loop in `LinesCodec` (#1489).

# 0.2.0-alpha.2 (August 17, 2019)

### Changed
- Update `futures` dependency to 0.3.0-alpha.18.

# 0.2.0-alpha.1 (August 8, 2019)

### Changed
- Switch to `async`, `await`, and `std::future`.

# 0.1.1 (September 26, 2018)

* Allow setting max line length with `LinesCodec` (#632)

# 0.1.0 (June 13, 2018)

* Initial release (#353)