summaryrefslogtreecommitdiffstats
path: root/vendor/miow/CHANGELOG.md
blob: 79a445800c93597e20f876115b64954041431f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## [v0.5.0] - 2022-11-10
### Changed
- Upgrade `windows-sys` from 0.28 to 0.42.

## [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