1
0
Fork 0
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:
aycabta 2019-07-15 16:25:50 +09:00
parent 574e8a6812
commit de0f192444

6
NEWS
View file

@ -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]