Sourced from arbitrary's changelog.
1.1.5
Released 2022-09-20.
Added
- Implemented
Arbitrary
forstd::ops::Bound<T>
.Fixed
- Fixed a bug where
Unstructured::int_in_range
could return out-of-range integers when generating arbitrary signed integers.
b73c092
Bump to version 1.1.56dfff42
Merge pull request #123
from fitzgen/fix-int-in-range-once-and-for-all-hopefullybf5d9c0
Run the int_in_range
fuzzer in CIeb9b125
Fix docs for int_in_range
and its panic condition75c4ddb
Fix int_in_range
with signed integersa5f7707
Add a test for int_in_range
generating unsigned
integers8d02074
Add a fuzz target for Unstructured::int_in_range
fc5b798
Merge pull request #121
from fitzgen/bounda318c6a
Implement Arbitrary
for std::ops::Bound