summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-07-15 16:25:50 +0900
committeraycabta <aycabta@gmail.com>2019-07-15 16:25:50 +0900
commitde0f192444e3822968d04cdea6e868bd42ccfa7f (patch)
treeaf83ac39d78da7ac16498c6a1604cde0ae8efcdf /NEWS
parent574e8a6812aea072acbf55970f7ff2e32ed4e599 (diff)
Add features of IRB to NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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]