summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-24 21:21:22 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-24 23:54:52 -0700
commitb83119be9e9a8611063142541993e4823a025622 (patch)
tree8bb0e47325d65d75876c1ee7aad35666dc9d3f4e /NEWS
parent3c6e1a8cf911d312edeb9dfcc9153be68867ca4f (diff)
Incremental syntax highlight for IRB source lines
Closes: https://github.com/ruby/ruby/pull/2202
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0946dd9f7d..7e9450b9dd 100644
--- a/NEWS
+++ b/NEWS
@@ -115,8 +115,8 @@ ERB::
IRB::
- * Introduce syntax highlight inspired by pry.gem to inspect output for some
- core-class objects and binding.irb source lines if $TERM is set and not dumb.
+ * Introduce syntax highlight inspired by pry.gem to binding.irb source lines,
+ REPL input, and inspect output of some core-class objects.
Net::IMAP::