From 4b923ebed56bda5d6b5b2955b3caca546913900b Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Fri, 8 May 2020 22:34:35 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d22d12..cfd5163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## v0.3.0 +- update internals to v0.2 of `warp` and `tokio`; no remaining code relies on `futures` 0.1 + ## v0.2.2 +- use the `log` and `env_logger` crates for logging; the `RUST_LOG` environment variable configures the logging level. + - see [the env_logger documentation](https://docs.rs/env_logger/*/env_logger/) for more information - support listening on multiple addresses if given a DNS name instead of an IP address. All bindings reference the same namespace for channels, but this allows, e.g., binding to both IPv4 and IPv6 `localhost`. - released November 20, 2019