Skip to content

Commit

Permalink
docs: Add Divan::max_time fix to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Feb 17, 2024
1 parent 41dfe96 commit 0ed49f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`].
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0ed49f1

Please sign in to comment.