mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add features of IRB to NEWS
This commit is contained in:
parent
574e8a6812
commit
de0f192444
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -205,6 +205,12 @@ IRB::
|
|||
* Introduce syntax highlight inspired by pry.gem to Binding#irb source lines,
|
||||
REPL input, and inspect output of some core-class objects.
|
||||
|
||||
* Introduce multiline mode by Reline.
|
||||
|
||||
* Show documents when completion.
|
||||
|
||||
* Enable auto indent and save/load history by default.
|
||||
|
||||
Net::IMAP::
|
||||
|
||||
* Add Server Name Indication (SNI) support. [Feature #15594]
|
||||
|
|
Loading…
Add table
Reference in a new issue