From e64bab5f779440ae920746ae5689a2af91de3604 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 26 Apr 2019 00:53:36 +0900 Subject: 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. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) 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] -- cgit v1.2.3