From 0ed49f1afa1ad7d6ed900d4f4fcebb9f215a9bf9 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Sat, 17 Feb 2024 17:23:40 -0500 Subject: [PATCH] docs: Add `Divan::max_time` fix to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db99407..72066b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed + +- Set correct field in [`Divan::max_time`]. ([#45](https://github.com/nvzqz/divan/pull/45)) + ### Changes - Improve [`args`] documentation by relating it to using [`Bencher`]. @@ -285,6 +289,7 @@ Initial release. See [blog post](https://nikolaivazquez.com/blog/divan/). [`BytesCount::of_iter`]: https://docs.rs/divan/0.1/divan/counter/struct.BytesCount.html#method.of_iter [`BytesCount::of_many`]: https://docs.rs/divan/0.1/divan/counter/struct.BytesCount.html#method.of_many [`consts`]: https://docs.rs/divan/latest/divan/attr.bench.html#consts +[`Divan::max_time`]: https://docs.rs/divan/0.1/divan/struct.Divan.html#method.max_time [`Any`]: https://doc.rust-lang.org/std/any/trait.Any.html [`Copy`]: https://doc.rust-lang.org/std/marker/trait.Copy.html