Update CHANGELOG for 'State' changes.

This commit is contained in:
Sergio Benitez 2017-07-03 15:42:06 -07:00
parent 15c2ef7aaa
commit 1e7bf33e0a
1 changed files with 2 additions and 0 deletions

View File

@ -230,9 +230,11 @@ In addition to new features, Rocket saw the following improvements:
* [`Request`] implements `Clone` and `Debug`.
* 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`].
[`yansi`]: https://crates.io/crates/yansi
[`Request`]: https://api.rocket.rs/rocket/struct.Request.html
[`State`]: https://api.rocket.rs/rocket/struct.State.html
## Infrastructure