summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-13 19:13:21 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-13 19:15:31 +0900
commit7ececae4539da84ef9863de83d4b075653002009 (patch)
tree314b6d77e2042be6799d3cbe67b3843abfbadf25
parent93f0beca5ee8d1979fce9e1e890738690aa824fe (diff)
NEWS.md: move of Random::Formatter [Feature #18190]
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 5552e5cbca..77a061f437 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -374,6 +374,10 @@ Outstanding ones only.
to stop the measurement temporarily, and `Coverage.resume` to restart it.
See [[Feature #18176]] in detail.
+* Random::Formatter is moved to random/formatter.rb, so that you can
+ use `Random#hex`, `Random#base64` and so on without SecureRandom.
+ [[Feature #18190]]
+
## Compatibility issues
Excluding feature bug fixes.
@@ -550,6 +554,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
[Feature #18029]: https://bugs.ruby-lang.org/issues/18029
[Feature #18172]: https://bugs.ruby-lang.org/issues/18172
[Feature #18176]: https://bugs.ruby-lang.org/issues/18176
+[Feature #18190]: https://bugs.ruby-lang.org/issues/18190
[Feature #18229]: https://bugs.ruby-lang.org/issues/18229
[Feature #18273]: https://bugs.ruby-lang.org/issues/18273
[Feature #18290]: https://bugs.ruby-lang.org/issues/18290