diff options
| author | tomoya ishida <tomoyapenguin@gmail.com> | 2024-12-25 04:29:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-24 19:29:42 +0000 |
| commit | 372e19bbb50efd6f2744450cde30b25fadbf0b5b (patch) | |
| tree | 7721a6d5eded27c9f742b425a46d56ca7e8fab44 | |
| parent | 645d604766d8df32d8dcae04dbfe7e5f7a382e4f (diff) | |
[DOC] Add IRB's new completion section to NEWS.md
* Fix link and copyedit blurb
Co-authored-by: Alan Wu <XrXr@users.noreply.github.com>
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12458
Merged-By: XrXr
| -rw-r--r-- | NEWS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -189,6 +189,11 @@ We only list stdlib changes that are notable feature changes. * `Socket::ResolutionError` and `Socket::ResolutionError#error_code` was added. [[Feature #20018]] +* IRB + + * Interactive method completion is now improved with type information by default. + [[Feature #20778]] + Other changes are listed in the following sections. we also listed release history from the previous bundled version that is Ruby 3.3.0 if it has GitHub releases. The following default gem is added. @@ -547,6 +552,7 @@ The following bundled gems are promoted from default gems. [Feature #20876]: https://bugs.ruby-lang.org/issues/20876 [Feature #20884]: https://bugs.ruby-lang.org/issues/20884 [Feature #20902]: https://bugs.ruby-lang.org/issues/20902 +[Feature #20778]: https://bugs.ruby-lang.org/issues/20778 [Bug #20929]: https://bugs.ruby-lang.org/issues/20929 [RubyGems-v3.5.4]: https://github.com/rubygems/rubygems/releases/tag/v3.5.4 [RubyGems-v3.5.5]: https://github.com/rubygems/rubygems/releases/tag/v3.5.5 |
