diff --git a/CHANGELOG.md b/CHANGELOG.md index d1350d7b..81cc6613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.8.4 + +## Added + +* Support `Registery::try_clone` on `wasm32-wasi` + (https://github.com/tokio-rs/mio/pull/1576). +* Add docs about polling without registering event sources + (https://github.com/tokio-rs/mio/pull/1585). + # 0.8.3 ## Changed diff --git a/Cargo.toml b/Cargo.toml index b91e2570..8433f91c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "mio" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "0.8.3" +version = "0.8.4" license = "MIT" authors = [ "Carl Lerche ",