aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-27 09:19:14 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-27 09:19:14 +0000
commit957bdcd85cebc40a826c2c99c1c6fd11486884b5 (patch)
tree5cf0fd8168252e170864060a779a2e6badc9a4bf /ChangeLog
parenta73c7e87fa13490b147b7fe9da9124e168cf5d3f (diff)
downloadruby-957bdcd85cebc40a826c2c99c1c6fd11486884b5.tar.gz
* error.c: This makes all warnings raised call Warning.warn, which
by default does the same thing it does currently (rb_write_error_str). You can override Warning.warn to change the behavior. [ruby-core:75016] [Feature #12299] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b3035dd51..cdd9319864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Sep 27 18:10:18 2016 Jeremy Evans <code@jeremyevans.net>
+
+ * error.c: This makes all warnings raised call Warning.warn, which
+ by default does the same thing it does currently
+ (rb_write_error_str). You can override Warning.warn to change
+ the behavior. [ruby-core:75016] [Feature #12299]
+
Tue Sep 27 17:35:28 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* iseq.c (iseqw_s_compile_file): deal with syntax error as well as