From 4e60f99803e0b9ab49fb368f3660438934bf1a4e Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 27 Sep 2016 09:19:14 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * iseq.c (iseqw_s_compile_file): deal with syntax error as well as -- cgit v1.2.3