Skip to content

Commit

Permalink
Release v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Feb 14, 2023
1 parent ae9fb76 commit 7ed74bf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.8.6

## Added

* `Interest::PRIORITY` on Linux and Android, to trigger `Event::is_priority`
(https://github.com/tokio-rs/mio/pull/1647).

## Changed

* Updated windows-sys to 0.45
(https://github.com/tokio-rs/mio/pull/1644).
* We started testing with sanitizers on the CI
(https://github.com/tokio-rs/mio/pull/1648).

## Fixed

* A number of potential fd leaks when setup resulted in an error right after
creation (https://github.com/tokio-rs/mio/pull/1636).
* Less truncating for timeout values in `Poll::poll`
(https://github.com/tokio-rs/mio/pull/1642).

# 0.8.5

## Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "mio"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
version = "0.8.5"
version = "0.8.6"
license = "MIT"
authors = [
"Carl Lerche <[email protected]>",
Expand Down

0 comments on commit 7ed74bf

Please sign in to comment.