From 1e7bf33e0ae1a5eb1ce38c9c3dc74da740bd1d6a Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Mon, 3 Jul 2017 15:42:06 -0700 Subject: [PATCH] Update CHANGELOG for 'State' changes. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b62306..4af4095a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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