From de0f192444e3822968d04cdea6e868bd42ccfa7f Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 15 Jul 2019 16:25:50 +0900 Subject: [PATCH] Add features of IRB to NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index b66c52ce70..4b6e756ab5 100644 --- a/NEWS +++ b/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]