From ed9c67c91ff1e4667c20517e43222cf65328a561 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 24 Mar 2018 10:57:34 +0000 Subject: merge revision(s) 62548,62894: [Backport #14324] eval_error.c: rb_error_write flags * eval_error.c (rb_error_write): add highlight and reverse mode flags. defaulted to rb_stderr_tty_p() if Qnil. error.c: full_message options * error.c (exc_full_message): add highlight: and reverse: keyword options. [Bug #14324] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@62905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c5552c714f..1a4b1d705f 100644 --- a/NEWS +++ b/NEWS @@ -79,6 +79,10 @@ with all sufficient information, see the ChangeLog file or Redmine * File.lutime [Feature #4052] +* Exception + + * Exception#full_message takes :highlight and :order options [Bug #14324] + * Hash * New methods: -- cgit v1.2.3