Skip to content

Commit c53e97c

Browse files
committed
Note the update of the windows-sys crate in the changelog.
Add a special note about HANDLE changes in windows-sys.
1 parent 0527129 commit c53e97c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Updated `windows-sys` from `0.36.1` to `0.59.0`.
8+
Users of `Capture::get_event()` on Windows platforms should note that
9+
`HANDLE` is a `isize` in `0.36`, but has been made a pointer in `0.59`,
10+
causing types containing it to no longer be autotraited with `Send`.
11+
512
## [2.2.0] - 2024-09-01
613

714
### Added

0 commit comments

Comments
 (0)