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 3789392 commit 4d461a1Copy full SHA for 4d461a1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.3.0
2
+
3
+- Accept `IntoIterator` in `choose_multiple` functions instead of just `Iterator`. (#92)
4
5
# Version 2.2.0
6
7
- Expose missing `fill` method for the global RNG. (#90)
Cargo.toml
@@ -3,7 +3,7 @@ name = "fastrand"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.2.0"
+version = "2.3.0"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
rust-version = "1.36"
0 commit comments