Sourced from arbitrary's changelog.
1.4.2
Released 2025-08-13.
Added
- Added formal MSRV policy: "We reserve the right to increment the MSRV on minor releases, however we will strive to only do it deliberately and for good reasons." The current MSRV is 1.63.0.
- Added an
Arbitraryimplementation forcore::cmp::Reverse.Changed
- Landed a handful of changes to the code generated by
#[derive(Arbitrary)]that speed up compilation.Fixed
- Better documented bias and behavior when running out of entropy, fixed some outdated and incorrect docs related to this.
dc22fde
Merge pull request #230
from fitzgen/bump-to-1.4.22032403
Bump to version 1.4.2688b494
Merge pull request #229
from nnethercote/with_recursive_count40fe82d
Shrink derived code size with with_recursive_count.3fbc2d7
Merge pull request #228
from nnethercote/fieldless-enums-no-recursion88bb8e2
Avoid recursive count guard for fieldless enums.95cc16a
Use size_hint for enum discriminants.698d491
Use TokenStream instead of impl
quote::ToTokens.9029685
Merge pull request #227
from nnethercote/const-recursive_count27241c6
Mark RECURSIVE_COUNT_* as const.