summaryrefslogtreecommitdiffstats
path: root/vendor/miow/CHANGELOG.md
blob: 8b5a9b6e40a90eae92fcef8ee2354aac696bf766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## [v0.4.0] - 2021-11-29
### Changed
- Replaced `winapi` with `windows-sys`.
- `CompletionStatus` now guarantees `#[repr(transparent)]`.

### Internal
- Added CI integration.

## [v0.3.7] - 2021-03-22
### Changed
- Upgrade `rand` dev-dependency from 0.4 -> 0.8
- Upgrade `socket2` dependency from 0.3 to 0.4 and make it a dev-dependency