Update CHANGELOG.md

This commit is contained in:
Tangent Wantwight 2020-05-08 22:34:35 -04:00
parent 17bf7f0eef
commit 4b923ebed5
1 changed files with 5 additions and 0 deletions

View File

@ -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