summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-29 10:56:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-29 10:56:56 +0900
commit7e5c662a6f2e8435f8103bc16185bed6759cc557 (patch)
treec8e6fb7cbc431e59400cf6f9200a335462b4ce88 /NEWS.md
parentc4fc9477aa5f77a69a40b619b7144f2b118b772e (diff)
[Feature #18183] Add `chars:` option to `Random#alphanumeric`
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 383e6ed04d..297ad8c1d3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -64,6 +64,9 @@ Note: We're only listing outstanding class updates.
## Stdlib updates
+* Random::Formatter#alphanumeric is extended to accept optional `chars`
+ keyword argument. [[Feature #18183]]
+
The following default gems are updated.
* RubyGems 3.5.0.dev
@@ -156,6 +159,7 @@ changelog for details of the default gems or bundled gems.
* RJIT exists only for experimental purposes.
* You should keep using YJIT in production.
+[Feature #18183]: https://bugs.ruby-lang.org/issues/18183
[Feature #18498]: https://bugs.ruby-lang.org/issues/18498
[Feature #18885]: https://bugs.ruby-lang.org/issues/18885
[Bug #19150]: https://bugs.ruby-lang.org/issues/19150