summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-24 10:57:34 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-24 10:57:34 +0000
commited9c67c91ff1e4667c20517e43222cf65328a561 (patch)
tree9813a5f21059a4d18664cd12b89c8ba4a4b103ba /NEWS
parentc40df5a76941d3a8c2cff46432b23401b6ffffbc (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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: