summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-04-26 00:53:36 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-04-26 00:53:38 +0900
commite64bab5f779440ae920746ae5689a2af91de3604 (patch)
tree0ebe543032f94d1b0816504d66af263ac7ea0c14 /NEWS
parent0c54d2e2c7697aa5d6a1315b79c16b88d34f5e81 (diff)
Add NEWS entry about IRB syntax highlight [ci skip]
Details: https://github.com/ruby/ruby/pull/2150 Note that this introduction is discussed with @aycabta who is allowed to make some changes to IRB by the IRB maintainer, keiju.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 89565e7caf..4c8f4fe3a0 100644
--- a/NEWS
+++ b/NEWS
@@ -88,6 +88,12 @@ ERB::
* Prohibit marshaling ERB instance.
+IRB::
+
+ * Syntax-highlight inspect output for some core-class objects
+
+ * Syntax-highlight binding.irb source lines
+
Net::IMAP::
* Add Server Name Indication (SNI) support. [Feature #15594]