summaryrefslogtreecommitdiffstats
path: root/third_party/rust/mio-extras/CHANGELOG.md
blob: 354b87584c8c2958f8d155fdeebc8adf04a9b206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## 2.0.6 (7 Dec 2019)

- fix license metadata in `Cargo.toml` (thanks @ignatenkobrain)

## 2.0.5 (18 Jun 2018)

- update `lazycell` from 0.6 -> 1.0

## 2.0.4 (7 Apr 2018)

- Bump mio dependency (fixes minimal-versions build)

## 2.0.3 (28 Dec 2017)

- update `log` from 0.3 -> 0.4

## 2.0.2

- More docs tidying.

## 2.0.1

- Another try at documenting the timer interface.

## 2.0.0

- Remove channel implementation details from the API. Specifically, the
  following are no longer public:
  - `ctl_pair()`
  - `SenderCtl`
  - `ReceiverCtl`
- Document all APIs

## 1.0.0

- Initial release. Essentially identical to
  [mio-more](https://github.com/carllerche/mio-more).