diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ac818a..38ffbb64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -157,7 +157,7 @@ ### Version "0.5.0" -- Removed http dependency from gloo-net, using a simpler and lighter Method +- Update http crate to 1.0 - Implement `futures_io::AsyncWrite` and `futures_io::AsyncRead` on `WebSocket`. This feature is behind a new feature flag `io-util` that is disabled by default. - Add `TryFrom` (#365)