summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-27 14:01:17 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-27 14:01:17 +0000
commite9fa549539d80ca6d1627ad49bbeb900e6e6aac5 (patch)
tree2974e9c2295af82fb61c91cfa3528c27956733f7 /NEWS
parent078dcd267da2df887208294ddd785cd65141af27 (diff)
* NEWS: news about Warning.warning. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c8077e3e26..ceee617377 100644
--- a/NEWS
+++ b/NEWS
@@ -117,6 +117,13 @@ with all sufficient information, see the ChangeLog file or Redmine
* Thread#report_on_exception and Thread.report_on_exception
[Feature #6647]
+* Warning
+
+ * New module named Warning is introduced. By default it has only
+ one singleton method, also named warning. This makes it possible
+ for 3rd-party libraries to control the way warnings are handled.
+ [Feature #12299]
+
=== Stdlib updates (outstanding ones only)
* CGI