summaryrefslogtreecommitdiffstats
path: root/vendor/miow/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/miow/CHANGELOG.md')
-rw-r--r--vendor/miow/CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/miow/CHANGELOG.md b/vendor/miow/CHANGELOG.md
new file mode 100644
index 000000000..8b5a9b6e4
--- /dev/null
+++ b/vendor/miow/CHANGELOG.md
@@ -0,0 +1,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