summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-22 08:26:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-22 08:26:23 +0000
commitb9881083f14f853a208f8e097782cd2a97d61497 (patch)
treeb16a6015d6ddcf5eb83d1905f5938fb90c3db851 /NEWS
parent42f1b589649b78d0a50effb8b16c7bfd5b90e518 (diff)
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/trunk@62894 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 d05ee71870..3769b80cde 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Enumerator::Lazy#filter is a new alias for Enumerator::Lazy#select [Feature #13784]
+* Exception
+
+ * Exception#full_message takes :highlight and :order options [Bug #14324]
+
* Hash
* Aliased methods: