We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ceb00c commit 3ec998cCopy full SHA for 3ec998c
1 file changed
proptest/CHANGELOG.md
@@ -1,8 +1,9 @@
1
## Unreleased
2
3
-### New Additions
+### New Features
4
5
- Added `bits::u128` and `bits::i128` strategies for 128-bit integer bit set generation. ([\#311](https://github.com/proptest-rs/proptest/issues/311))
6
+- Added support for f16 feature-gated by "f16" or "unstable". ([\#638](https://github.com/proptest-rs/proptest/pull/638))
7
8
## 1.10.0
9
@@ -13,7 +14,6 @@
13
14
### New Features
15
16
- Added a memory-efficient strategy for sampling subsets from ranges without replacement. ([\#586](https://github.com/proptest-rs/proptest/pull/586))
-- Added support for f16 feature-gated by "f16" or "unstable". ([\#638](https://github.com/proptest-rs/proptest/pull/638))
17
18
### Other Notes
19
0 commit comments