Update CHANGELOG for logging change.

This commit is contained in:
Sergio Benitez 2017-07-11 04:41:40 -07:00
parent 5a632a4d27
commit f34bb42e4a
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ In addition to new features, Rocket saw the following improvements:
* The `workers` config parameter now defaults to `num_cpus * 2`.
* Console logging for table-based config values is improved.
* `PartialOrd`, `Ord`, and `Hash` are now implemented for [`State`].
* The format of a request is always logged when available.
[`yansi`]: https://crates.io/crates/yansi
[`Request`]: https://api.rocket.rs/rocket/struct.Request.html