summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-04-26 01:18:37 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-04-26 01:18:39 +0900
commit2422316aea034c818734ad2fa68c4b021a6aafeb (patch)
tree5d97e9b49b9721ce930ce8c7c9f000a3179213a6 /NEWS
parent5fe99aefd39ce535f658aabd0ca6e2265348d314 (diff)
NEWS: Credit goes to Pry [ci skip]
We must note this feature is heavily inspired by Pry.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 4c8f4fe3a0..eb7491ff44 100644
--- a/NEWS
+++ b/NEWS
@@ -90,9 +90,8 @@ ERB::
IRB::
- * Syntax-highlight inspect output for some core-class objects
-
- * Syntax-highlight binding.irb source lines
+ * Introduce syntax highlight inspired by pry.gem to inspect output for some
+ core-class objects and binding.irb source lines.
Net::IMAP::