diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-08-29 14:17:16 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-08-29 14:17:23 +0900 |
commit | 589cd0e511304be1419d4d7191eaf1063ef83fd5 (patch) | |
tree | 86e57ae5411467623bd92b9b4e6a8044b583fc9a /NEWS.md | |
parent | c0e913ae88057fed121d56f2057357b1e4c3b346 (diff) |
[DOC] Mention about https://bugs.ruby-lang.org/issues/19776
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -70,6 +70,9 @@ Note: We're only listing outstanding class updates. ## Stdlib updates +* RubyGems and Bundler warn if users require gem that is scheduled to become the bundled gems + in the future version of Ruby. [[Feature #19351]] [[Feature #19776]] [[Feature #19843]] + * Random::Formatter#alphanumeric is extended to accept optional `chars` keyword argument. [[Feature #18183]] @@ -171,8 +174,11 @@ changelog for details of the default gems or bundled gems. [Bug #19150]: https://bugs.ruby-lang.org/issues/19150 [Feature #19314]: https://bugs.ruby-lang.org/issues/19314 [Feature #19347]: https://bugs.ruby-lang.org/issues/19347 +[Feature #19351]: https://bugs.ruby-lang.org/issues/19351 [Feature #19521]: https://bugs.ruby-lang.org/issues/19521 [Feature #19538]: https://bugs.ruby-lang.org/issues/19538 [Feature #19591]: https://bugs.ruby-lang.org/issues/19591 [Feature #19714]: https://bugs.ruby-lang.org/issues/19714 +[Feature #19776]: https://bugs.ruby-lang.org/issues/19776 [Feature #19785]: https://bugs.ruby-lang.org/issues/19785 +[Feature #19843]: https://bugs.ruby-lang.org/issues/19843 |