diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/proptest/CHANGELOG.md | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/vendor/proptest/CHANGELOG.md b/vendor/proptest/CHANGELOG.md index 5ee6cc266..0dca677d3 100644 --- a/vendor/proptest/CHANGELOG.md +++ b/vendor/proptest/CHANGELOG.md @@ -1,5 +1,38 @@ ## Unreleased +## 1.3.1 + +## Other Notes + +- `bit-set` updated from 0.5.0 to 0.5.2 to ensure minimum compatible version with bit-vec 0.6 + +## 1.3.0 + +### Breaking Changes + +- The minimum supported Rust version has been increased to 1.64.0. + +### New Features + +- Adds Arbitrary impl for PathBuf +- Permit use of (?-u) in byte-regex strategies, allowing non-utf-8 bytes to be generated + +### Book + +- Various small fixes -- typos, formatting +- Removal of custom theme +- Add book page for Tips and Best Practices + +### Other Notes + +- `regex-syntax` version 0.7 is now used. +- Print a seed to stderr for a failed test even when a regressions file is already present. +- Fixed a performance issue with `VarBitSet::saturated` that can slow down `VecStrategy` +- Remove use of rust feature `core_intrinsics` +- Remove no longer needed "break-dead-code" feature +- Disable `clippy::arc_with_non_send_sync` +- Remove dependency on `byteorder` + ## 1.2.0 ### Breaking Changes @@ -97,7 +130,7 @@ ### New Features -- Enabling the `hardware-rng` optional depndency (disabled by default) allows +- Enabling the `hardware-rng` optional dependency (disabled by default) allows obtaining non-deterministic random seeds even in `no_std` environments provided the architecture is x86 or AMD64. @@ -173,7 +206,7 @@ ## 0.9.3 -This is a minor release to correct some packaging errors. The licence files are +This is a minor release to correct some packaging errors. The license files are now included in the files published to crates.io, and some unneeded files are now excluded. |